Click or drag to resize

RfidBank01FromEpcBytes 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 byte array becomes bit 20 (hex). Sufficient zero padding bits are added to make the total length a multiple of 16 bits (that is, either 0 or 8 bits of padding are added). The PC length bits are calculated based on this padded length. All other PC bits are set to zero.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public static RfidBank01 FromEpcBytes(
	byte[] bytes
)

Parameters

bytes  Byte
 

Return Value

RfidBank01
See Also