RfidBank01EpcHex Property |
Returns the contents of the EPC portion of the EPC bank (i.e., beginning with
bit 20 hex) as a hexadecimal numeral. Bit 20 hex of the EPC bank becomes
the most significant bit of the first hex digit of the result. The number
of hex digits in the result is always a multiple of four.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic virtual string EpcHex { get; }
Property Value
String
ExceptionsException | Condition |
---|
EpcException | if the PC toggle bit is one, indicating that the tag
is not formatted for an EPCglobal application.
|
See Also