Select.BitAddress Property

TegoOS

SelectBitAddress Property
Bit address of data to be matched.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int BitAddress { get; set; }
Public Property BitAddress As Integer
	Get
	Set
public:
virtual property int BitAddress {
	int get () sealed;
	void set (int value) sealed;
}
abstract BitAddress : int with get, set
override BitAddress : int with get, set

Property Value

Type: Int32

Implements

ISelectBitAddress
See Also