Package | Description |
---|---|
com.mmbnetworks.gatewayapi | |
com.mmbnetworks.gatewayapi.sample | |
com.mmbnetworks.gatewayapi.sample.iaszone |
Modifier and Type | Class and Description |
---|---|
class |
InternalOtaHandler
Internal OTA Handler facilitates handling the progress reporting of OTA upgrades and registering OTA files.
|
Modifier and Type | Method and Description |
---|---|
GatewayClientBuilder |
GatewayClientBuilder.addDeviceEventHandler(DeviceEventHandler handler)
Add a device event handler that is called when a device is added, or removed
|
boolean |
GatewayClient.addDeviceEventHandler(DeviceEventHandler handler)
Allows a class to register itself to receive
DeviceEvent . |
boolean |
GatewayClient.removeDeviceEventHandler(DeviceEventHandler handler)
Removes a previously registered handler.
|
Constructor and Description |
---|
GatewayClient(Collection<ConnectionInfo> connectionInfoList,
DeviceEventHandler handler)
Creates a GatewayClient that represents an aggregate of many network interfaces, each
represented by its own ConnectionInfo object.
|
GatewayClient(Collection<ConnectionInfo> connectionInfoList,
DeviceEventHandler handler,
String configFilePath)
Creates a GatewayClient that represents an aggregate of many network interfaces, each
represented by its own ConnectionInfo object.
|
GatewayClient(ConnectionInfo connectionInfo,
DeviceEventHandler handler)
Creates a GatewayClient that represents a single network interface.
|
GatewayClient(ConnectionInfo connectionInfo,
DeviceEventHandler handler,
String configFilePath)
Creates a GatewayClient that represents a single network interface.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleCli
This sample application demonstrates how one might use the GatewayClient to connect to a known
network interface and interact with devices on it.
|
Modifier and Type | Class and Description |
---|---|
class |
IasDeviceEventHandler |
Copyright © 2021. All rights reserved.