ReaderMode.IsCompliant Property

TegoOS

ReaderModeIsCompliant Property
Gets whether this mode is spec compliant.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool IsCompliant { get; }
Public ReadOnly Property IsCompliant As Boolean
	Get
public:
virtual property bool IsCompliant {
	bool get () sealed;
}
abstract IsCompliant : bool with get
override IsCompliant : bool with get

Property Value

Type: Boolean

Implements

IReaderModeIsCompliant
See Also