EpcToRfidBank01(Boolean, UInt16, Byte, EpcTagScheme, Int32) Method |
Creates a new RfidBank01 instance based on this EPC, given the specified
RFID control information.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic virtual RfidBank01 ToRfidBank01(
bool umi,
ushort xpcBits,
byte attributeBits,
EpcTagScheme epcTagScheme,
int epcFilter
)
Parameters
- umi Boolean
- User Memory Indicator - true to indicate that the user memory bank of this
tag exists and is non-empty, false otherwise
- xpcBits UInt16
- XPC bits
- attributeBits Byte
- attribute bits
- epcTagScheme EpcTagScheme
- The EPC tag encoding scheme to use. Must be compatible with this EPC.
- epcFilter Int32
- The value of the filter to use. Must be within the allowed range for this
EPC type, or zero if this EPC type does not have a filter value.
Return Value
RfidBank01
ExceptionsException | Condition |
---|
EpcException | if the specified values could not be converted to EPC memory bank contents
|
See Also