SettingsDeviceId Property |
Gets the custom device identifier. It is used to distinguish different devices when multiple readers are connected.
Namespace:
com.gigatms.Parameters.SLR810
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic byte DeviceId { get; set; }
Public Property DeviceId As Byte
Get
Set
public:
property unsigned char DeviceId {
unsigned char get ();
void set (unsigned char value);
}
Property Value
Type:
Byte
The device identifier.
See Also