Select.EpcLengthIs Method

TegoOS

SelectEpcLengthIs Method
Returns select for EPC of specific length

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static ISelect EpcLengthIs(
	int length
)
Public Shared Function EpcLengthIs ( 
	length As Integer
) As ISelect
public:
static ISelect^ EpcLengthIs(
	int length
)
static member EpcLengthIs : 
        length : int -> ISelect 

Parameters

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:Tego.Rfid.Gen2.Select.EpcLengthIs(System.Int32)"]

Return Value

Type: ISelect

[Missing <returns> documentation for "M:Tego.Rfid.Gen2.Select.EpcLengthIs(System.Int32)"]

See Also