*Hardware*

Back to the start
Back to the libraries overview


Overview (Hardware)
GetDeviceID

Overview (Hardware) Top

The Hardware library includes the GetDeviceID which returns a string representing the device ID.
This library can only be used on the device.

Example:
'Add a Hardware object named hardware1
Sub Globals

End Sub

Sub App_Start
hardware1.New1
id = hardware1.GetDeviceID
End Sub


GetDeviceID Top

Returns a string representing the device id.
Some devices do not support this method.
Syntax: GetDeviceID