Package | Description |
---|---|
com.mmbnetworks.gatewayapi |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<NetworkInformation> |
GatewayClient.createNetwork(ConnectionInfo c)
Forms a network on the specified network interface.
|
CompletableFuture<NetworkInformation> |
GatewayClient.createNetwork(ConnectionInfo c,
List<Integer> channels)
Forms a network on the specific network interface, attempting to form on the
best channel from the provided list of channels.
|
CompletableFuture<NetworkInformation> |
GatewayClient.dissolveNetwork(ConnectionInfo c)
Dissolves the network on the specified network interface.
|
CompletableFuture<NetworkInformation> |
GatewayClient.getNetworkInfo(ConnectionInfo c)
Returns the network information (status, channel, and id) of the specified network interface.
|
CompletableFuture<NetworkInformation> |
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 © 2020. All rights reserved.