Click or drag to resize

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)
Syntax
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