FilterPattern.Pattern Property

TegoOS

FilterPatternPattern Property
Pattern that must be matched (pattern should start at most significant position).

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public ushort[] Pattern { get; set; }
Public Property Pattern As UShort()
	Get
	Set
public:
property array<unsigned short>^ Pattern {
	array<unsigned short>^ get ();
	void set (array<unsigned short>^ value);
}
member Pattern : uint16[] with get, set

Property Value

Type: UInt16
See Also