...
Ensures that the HTTP request goes out over the specified network interface (0 for Ethernet or 1 for WiFi). The default behavior (which can be specified by passing -1) is to send requests using the most appropriate network interface, which may depend on the routing metric configured via the roNetworkConfiguration object. If both interfaces are on the same layer 2 network, this method may not work as expected due to the Linux weak-host model.
SetMaximumReceiveBytesPerSecond(bytes_per_second as Double) As Boolean
Limits the rate at which downloads are performed by the roUrlTransfer instance. The source data rate isn't under the direct control of the BrightSign player, but download rates should average below the specified value over time.
This method returns true
on success and false
on failure. In event of failure, the GetFailureReason()
method may provide more information.
SetMinimumTransferRate(bytes_per_second As Integer, period_in_seconds As Integer) As Boolean
...