Package | Description |
---|---|
com.mmbnetworks.gatewayapi |
Modifier and Type | Method and Description |
---|---|
static NetworkStatus |
NetworkStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkStatus[] |
NetworkStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<NetworkStatus> |
GatewayClient.createNetwork(ConnectionInfo c)
Forms a network on the specified network interface.
|
CompletableFuture<NetworkStatus> |
GatewayClient.createNetwork(ConnectionInfo c,
List<Integer> channel)
Forms a network on the specific network interface using the selected channels
|
CompletableFuture<NetworkStatus> |
GatewayClient.dissolveNetwork(ConnectionInfo c)
Dissolves the network on the specified network interface.
|
CompletableFuture<NetworkStatus> |
GatewayClient.getNetworkStatus(ConnectionInfo c)
Returns the network status of the specified network interface.
|
CompletableFuture<NetworkStatus> |
GatewayClient.scanForDevices(ConnectionInfo c,
int duration)
Opens the permit join window on the specified network interface so that devices
who are in pairing mode can join the network.
|
Copyright © 2019. All rights reserved.