beautypg.com

Ronetworkattached, ronetworkdetached – BrightSign Object Reference Manual (FW 5.1) User Manual

Page 214

background image

206

roNetworkAttached, roNetworkDetached


roNetworkAttached
This object implements ifInt to report the index of the attached network interface. Instances of this object are posted
by

roNetworkHotplug

when a configured network connection becomes available.

Note: It may take some time after the cable is inserted for this to take place.

Interfaces:

ifInt

,

ifIntOps


The ifInt interface provides the following:

GetInt() As Integer

SetInt(a As Integer)


The ifIntOps interface provides the following:

ToStr() As String


roNetworkDetached
This object implements ifInt to report an index of the detached network interface. Instances of this object are posted by
roNetworkHotplug when a configured network connection becomes unavailable.

The interfaces and methods for roNetworkDetached are identical to those outlined for roNetworkAttached above.