Roku BrightSign Instrukcja Użytkownika Strona 26

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 26
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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)
Przeglądanie stron 25
1 2 ... 21 22 23 24 25 26

Komentarze do niniejszej Instrukcji

Brak uwag