Brightsign Network Web API Reference Manual v.3.8 Manual de usuario Pagina 127

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 138
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 126
115
DeviceError Structure
The DeviceError structure has the following values.
[DateTime] Timestamp:(Read Only) A UTC timestamp indicating the most recent time that the device reported
a current error.
[sting] ErrorName
[string] ErrorEvent
[string] Reason
[int] ResponseCode
DeviceDownload Structure
The DeviceDownload structure has the following values:
[DateTime] Timestamp:(Read Only) A UTC timestamp indicating when the device reported the current
download.
[string] FileName:(Read Only) The name of the file that is being (or has been) downloaded by the device.
[string] FileHash:(Read Only) A SHA1 hash of the file that is being (or has been) downloaded by the device.
[int] Progress:(Read Only) A value ranging from 0 to 100 indicating the progress of the current download.
[string] Status:(Read Only) The status of the current download.
Device Management Web Methods
PagedList<Device> GetAllDevices(string marker, int pageSize)
List<Device> GetSpecifiedDevices(int[] deviceIds)
PagedList<Device> FindDevices(string namePattern, string marker, int pageSize)
Device GetDevice(int deviceId)
Device GetDeviceBySerial(string serial)
PagedList<DeviceError> GetDeviceErrors(int deviceId, string marker, int pageSize)
PagedList<DeviceDownload> GetDeviceDownloads(int deviceId, string marker, int
pageSize)
Vista de pagina 126
1 2 ... 122 123 124 125 126 127 128 129 130 131 132 ... 137 138

Comentarios a estos manuales

Sin comentarios