TagDecodedDataRawDataOutputItems Method |
Outputs the raw data item(s). these options cannot coexist with ASCII.
Namespace:
com.gigatms.Parameters.TS100
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
)
Public Sub OutputItems (
pc As Boolean,
epc As Boolean,
tid As Boolean
)
public:
void OutputItems(
bool pc,
bool epc,
bool tid
)
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.
See Also