Brightsign Object Reference Manual (FW 5.1) Manual de usuario Pagina 225

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 341
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 224
217
roNetworkStatistics
This object allows you to monitor and post how much bandwidth the player is using.
Object Creation: The roNetworkStatistics object is created with a single parameter.
CreateObject("roNetworkStatistics", network_interface as Integer)
The network_interface parameter is used to distinguish between the following:
0 for the Ethernet port (if available) on the rear of the BrightSign player.
1 for the optional internal Wi-Fi.
Interfaces: ifNetworkStatistics
The ifNetworkStatistics interface provides the following:
GetTotals() As roAssociativeArray: Yields the total network figures since booting up.
GetIncremental() As roAssociativeArray: Yields the total network figures since booting up. Then, every
subsequent time this method is called, it will yield the amount each figure has changed since the previous call.
Note: If multiple instances of roNetworkStatistics are created, GetIncremental() calls for each instance will track
changes independently.
Both methods return the following statistics as floating point values:
o tx_carrier_errors
o tx_packets
o rx_packets
o tx_errors
o rx_frame_errors
Vista de pagina 224
1 2 ... 220 221 222 223 224 225 226 227 228 229 230 ... 340 341

Comentarios a estos manuales

Sin comentarios