Select.FirstUserWordIs Method

TegoOS

SelectFirstUserWordIs Method
Returns instance of select where first user memory word is as specified

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static ISelect FirstUserWordIs(
	ushort word
)
Public Shared Function FirstUserWordIs ( 
	word As UShort
) As ISelect
public:
static ISelect^ FirstUserWordIs(
	unsigned short word
)
static member FirstUserWordIs : 
        word : uint16 -> ISelect 

Parameters

word
Type: SystemUInt16

[Missing <param name="word"/> documentation for "M:Tego.Rfid.Gen2.Select.FirstUserWordIs(System.UInt16)"]

Return Value

Type: ISelect

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

See Also