ReaderMode.Modulation Property

TegoOS

ReaderModeModulation Property
Gets the forward link modulation scheme for this mode.

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

Property Value

Type: ForwardLinkModulation

Implements

IReaderModeModulation
See Also