FilterPattern.MaskBitCount Property

TegoOS

FilterPatternMaskBitCount Property
Length in bits of mask to be applied.

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

Property Value

Type: Int32
See Also