EpcTagSchemeEncodingLength Property |
Returns the number of bits in the EPC binary encoding corresponding to this EPC Tag scheme,
or zero if this EPC Tag scheme has a variable-length binary encoding. The number of bits
returned does not include the CRC or PC bits, nor does it include any padding to bring the
total number of bits to a multiple of 16 bits (the word padding).
Most TDS schemes (e.g. sgtin+) are varaible length - the value returned for these is the
maximum, excluding any AIDC+ data.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic int EncodingLength { get; }
Property Value
Int32
See Also