Package | Description |
---|---|
com.mmbnetworks.gatewayapi.event.device |
Modifier and Type | Method and Description |
---|---|
DeviceEventStatus |
DeviceEvent.getStatus()
Get the DeviceEventStatus of the event.
|
static DeviceEventStatus |
DeviceEventStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceEventStatus[] |
DeviceEventStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DeviceEvent(DeviceEventStatus status,
Device device)
Creates a DeviceEvent object.
|
Copyright © 2021. All rights reserved.