Method Summary
|
getNetwork
(
|
Returns the network with the specified name. |
| getNetworkInterfaces ( ) → Array.<ToiNetwork.ToiInterfaceInfo> |
Returns information about the available network interfaces. |
Constants
Methods
Returns the network with the specified name.
Parameters:
-
Name Type Description networkNamestring The name of the network. The following named networks are currently supported: ToiNetService.BOOT_NETWORK
Throws:
-
ToiInvalidArgumentException Raised if there is no network with the specified name.
Returns:
-
Type: ToiNetwork
The ToiNetwork address.
Returns information about the available network interfaces.
Returns:
-
Type: Array.<ToiNetwork.ToiInterfaceInfo>
Information about the available network interfaces.