C1G2.GetEpcLength Method

TegoOS

C1G2GetEpcLength Method
Gets the EPC length from a PC word.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static int GetEpcLength(
	ushort pc
)
Public Shared Function GetEpcLength ( 
	pc As UShort
) As Integer
public:
static int GetEpcLength(
	unsigned short pc
)
static member GetEpcLength : 
        pc : uint16 -> int 

Parameters

pc
Type: SystemUInt16
PC word providing length.

Return Value

Type: Int32
Length corresponding to PC word.
See Also