ReaderMode.SetPIE Method

TegoOS

ReaderModeSetPIE Method
Sets the PIE for this mode.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void SetPIE(
	int pie
)
Public Sub SetPIE ( 
	pie As Integer
)
public:
void SetPIE(
	int pie
)
member SetPIE : 
        pie : int -> unit 

Parameters

pie
Type: SystemInt32
PIE value.
See Also