Roku BrightSign Uživatelský manuál Strana 26

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 26
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 25
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)
Zobrazit stránku 25
1 2 ... 21 22 23 24 25 26

Komentáře k této Příručce

Žádné komentáře