Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px

...

This object can be used to generate events when a network interface becomes available or unavailable. It will post events of type roNetworkAttachedand roNetworkDetachedto the associated message port. The JavaScript equivalent is networkhotplug.

To determine which network was attached or detached, the script needs to call GetInt() or GetString() on the roNetworkAttached/roNetworkDetached event object. These methods provide an index of the network interface that was attached or detached.

...

Reconfiguring a network interface using roNetworkConfiguration may cause it to detach and attach again. A DHCP address renewal may cause an roNetworkAttached event, even if the IP address hasn't changed.

ifMessagePort

SetPort(a As Object)

Posts messages of type roNetworkAttached/roNetworkDetached to the attached message port.

ifUserData

SetUserData(user_data As Object)

Sets the user data that will be returned when events are raised.

GetUserData() As Object

Returns the user data that has previously been set via SetUserData(). It will return Invalid if no data has been set.

Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px