...
0
or"eth0"
: The Ethernet port on the BrightSign player1
or"wlan0"
: The internal WiFi2
or"ppp0"
: A connected modem
If the network_interface
parameter is specified as an integer, the interface must currently exist on the player; otherwise, the object-creation function will return Invalid
. Conversely, specifying the network_interface
parameter as a string allows you to create a roNetworkConfiguration instance for an interface that is not currently present on the player.
The network interface can be configured as a VLAN using the following string format: "[parent_interface].[vlan_id]"
. Once the VLAN interface(s) are configured, they must be enabled on the parent network interface (e.g. "eth0") using the SetVlanIds()
method. VLAN interfaces use DHCP by default. They are supported on Series 4 (XTx44, XDx34) and Series 3 (XTx43, XDx33, HDx23, LS423, HO523) players only.
...