Roku BrightSign Manual de usuario Pagina 26

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 26
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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)
Vista de pagina 25
1 2 ... 21 22 23 24 25 26

Comentarios a estos manuales

Sin comentarios