RfidBank01EpcWords Property |
Returns the contents of the EPC portion of the EPC bank (i.e., beginning with
bit 20 hex) as a sequence of 16-bit words. Bit 20 hex of the EPC bank becomes
the most significant bit of the zeroth element of the result.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic virtual ushort[] EpcWords { get; }
Property Value
UInt16
ExceptionsException | Condition |
---|
EpcException | if the PC toggle bit is one, indicating that the tag
is not formatted for an EPCglobal application.
|
See Also