Package | Description |
---|---|
com.mmbnetworks.gatewayapi | |
com.mmbnetworks.gatewayapi.sample | |
com.mmbnetworks.gatewayapi.sample.iaszone |
Modifier and Type | Method and Description |
---|---|
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(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 © 2020. All rights reserved.