Ronetworkconfiguration – BrightSign Object Reference Manual (FW 5.1) User Manual

Page 215

Advertising
background image

207

roNetworkConfiguration

This object provides various interfaces for configuring the network interfaces on a BrightSign player.

Object Creation: The roNetworkConfiguration object is created with a single parameter.

CreateObject("roNetworkConfiguration", 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.


Note: Some of the settings are specific to the network interface, while others are used by the BrightSign host for all
network interfaces.


Interfaces:

ifNetworkConfiguration

,

ifWiFiConfiguration

,

ifMessagePort

,

ifUserData


The ifNetworkConfiguration interface provides the following:

Note: "Set" methods do not take effect until

Apply()

is called.

SetupDWS(settings As roAssociativeArray) As Boolean: Enables the Diagnostic Web Server (DWS).
Settings for the DWS are specified in an associative array that can have the following properties:

o port: The port number of the Diagnostic Web Server, located at the IP address of the player. Setting this

value to "default" will make the DWS accessible on the default port. Specifying only this parameter in the
associative array is equivelant to enabling the DWS without password protection.

o password: An obfuscated password for the DWS. This method uses digest access authentication.

Specifying this parameter without setting a

port number will make the DWS accessible on the default port.

Advertising