ReaderModeBuilder.SetModulation Method

TegoOS

ReaderModeBuilderSetModulation Method
Sets the forward link modulation scheme for the mode.

Namespace: Tego.Rfid.Gen2.Implementation
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void SetModulation(
	ForwardLinkModulation modulation
)
Public Sub SetModulation ( 
	modulation As ForwardLinkModulation
)
public:
void SetModulation(
	ForwardLinkModulation modulation
)
member SetModulation : 
        modulation : ForwardLinkModulation -> unit 

Parameters

modulation
Type: Tego.Rfid.Gen2ForwardLinkModulation
Forward link modulation.
See Also