RfidBank01FromEpcWords Method |
Creates an RfidBank01 instance with the toggle bit set to indicate
an EPCglobal application, and having the specified contents of the EPC
portion. The most significant bit of element 0 of the specified array becomes
bit 20 (hex).
The PC length bits are calculated based on the length of the specified array. All other PC
bits are set to zero.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic static RfidBank01 FromEpcWords(
ushort[] words
)
Parameters
- words UInt16
-
Return Value
RfidBank01
See Also