FilterPattern.PatternBitCount Property

TegoOS

FilterPatternPatternBitCount 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:
property int PatternBitCount {
	int get ();
	void set (int value);
}
member PatternBitCount : int with get, set

Property Value

Type: Int32
See Also