
26
roDeviceInfo
This object returns the model and version.
This object has the following methods:
• rotSTRING GetVersion()
• rotINT32 GetVersionNumber()
• rotSTRING GetModel()
Example:
i = CreateObject("roDeviceInfo")
print i.GetModel() ‘returns model number (HD600, HD2000, etc.)
HD600
print i.GetVersion() ‘returns current version as a string
1.1.28
print i.GetVersionNumber()
65817
GetVersionNumber returns the current version as a number of the form
(major * 65536 + minor * 256 + build)
Comentários a estes Manuais