Select.PatternBitCount Property

TegoOS

SelectPatternBitCount Property
Length in bits 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 PatternBitCount { get; set; }
Public Property PatternBitCount As Integer
	Get
	Set
public:
virtual property int PatternBitCount {
	int get () sealed;
	void set (int value) sealed;
}
abstract PatternBitCount : int with get, set
override PatternBitCount : int with get, set

Property Value

Type: Int32

Implements

ISelectPatternBitCount
See Also