TagDecodedDataRawDataOutputItems Method  | 
 
 Outputs the raw data item(s). these options cannot coexist with ASCII.
 
 
    Namespace: 
   com.gigatms.Parameters.TS50
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic void OutputItems(
	bool pc,
	bool epc,
	bool tid,
	bool userBank
)
Public Sub OutputItems ( 
	pc As Boolean,
	epc As Boolean,
	tid As Boolean,
	userBank As Boolean
)
public:
void OutputItems(
	bool pc, 
	bool epc, 
	bool tid, 
	bool userBank
)
Parameters
- pc
 - Type: SystemBoolean
Output PC if set to true. - epc
 - Type: SystemBoolean
Output EPC if set to true. - tid
 - Type: SystemBoolean
Output TID if set to true. - userBank
 - Type: SystemBoolean
[Missing <param name="userBank"/> documentation for "M:com.gigatms.Parameters.TS50.TagDecodedData.RawData.OutputItems(System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]
 
See Also