Nedap.HandheldApi
Public Member Functions | Properties
Nedap.HandheldApi.DeviceInfo Class Reference

This structure holds basic information about handheld device. More...

List of all members.

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.

Detailed Description

This structure holds basic information about handheld device.


Constructor & Destructor Documentation

Nedap.HandheldApi.DeviceInfo.DeviceInfo ( string  serialNumber,
string  modelNumber,
string  firmwareVersion,
string  hardwareVersion 
)

Device info class constructor.

Parameters:
serialNumber
modelNumber
firmwareVersion
hardwareVersion

Property Documentation

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.