SettingsWiegandStartBit Property |
Gets the Wiegand Start Bit. The value is ranging from level 0 to 255. The default value is level 0.
Namespace:
com.gigatms.Parameters.SR5
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic int WiegandStartBit { get; set; }
Public Property WiegandStartBit As Integer
Get
Set
public:
property int WiegandStartBit {
int get ();
void set (int value);
}
Property Value
Type:
Int32
The Wiegand Start Bit. The value is ranging from level 0 to 255 The default value is level 0.
See Also