Brightsign Object Reference Manual (FW 5.1) Instrukcja Użytkownika Strona 225

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 341
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 224
1 2 ... 220 221 222 223 224 225 226 227 228 229 230 ... 340 341

Komentarze do niniejszej Instrukcji

Brak uwag