Nedap.HandheldApi
|
This structure holds basic information about handheld device. More...
Public Member Functions | |
DeviceInfo (string serialNumber, string modelNumber, string firmwareVersion, string hardwareVersion) | |
Device info class constructor. | |
Properties | |
string | NedapProductionCode [get, set] |
This property holds Nedap production code in folowing format: year month day modification char serial number. | |
string | SerialNumber [get, set] |
This property holds string value for serial number of device. | |
string | ModelNumber [get, set] |
This property holds string value for model number. | |
string | FirmwareVersion [get, set] |
This property holds string value of firmare version in format x.x.x. | |
string | HardwareVersion [get, set] |
This property holds string value of firmare version in format x.x.x. |
This structure holds basic information about handheld device.
Nedap.HandheldApi.DeviceInfo.DeviceInfo | ( | string | serialNumber, |
string | modelNumber, | ||
string | firmwareVersion, | ||
string | hardwareVersion | ||
) |
Device info class constructor.
serialNumber | |
modelNumber | |
firmwareVersion | |
hardwareVersion |
string Nedap.HandheldApi.DeviceInfo.FirmwareVersion [get, set] |
This property holds string value of firmare version in format x.x.x.
string Nedap.HandheldApi.DeviceInfo.HardwareVersion [get, set] |
This property holds string value of firmare version in format x.x.x.
string Nedap.HandheldApi.DeviceInfo.ModelNumber [get, set] |
This property holds string value for model number.
string Nedap.HandheldApi.DeviceInfo.NedapProductionCode [get, set] |
This property holds Nedap production code in folowing format: year month day modification char serial number.
string Nedap.HandheldApi.DeviceInfo.SerialNumber [get, set] |
This property holds string value for serial number of device.