Roku BrightSign Manual do Utilizador Página 26

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 26
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 25
1 2 ... 21 22 23 24 25 26

Comentários a estes Manuais

Sem comentários