Java Mine
|
The following tables list the members exposed by GatewayMessage.
|
Name |
Description |
|
the unique identifier of the gateway that is talking in | |
|
list of gateway parameters | |
|
how many messages that are contained in the packet | |
|
type of message coming in | |
|
the voltage value of coming from the gateway | |
|
The date the message was received by the mine service |
|
Name |
Description |
|
gets the battery voltage based on the power attribute @return the voltage as a double | |
|
gets the unique identifier of the gateway @return gatewayID as a long | |
|
gets the gateway parameter list @return List of parameters | |
|
gets how many messages where sent in by the gateway @return MessageCount as a integer | |
|
gets the message type @return MessageType as an integer | |
|
gets power which is measured in millivolts @return power as an integer | |
|
gets when the message for the specific gateway came in @return a Received date as a calendar | |
|
sets the unique identifier of the gateway | |
|
sets the gateway parameters list @param GatewayParameterList is a list of parameters | |
|
sets how many messages came in from the gateway | |
|
sets the message type @param messageType | |
|
sets the gateways power @param power millivolt value | |
|
sets the received date of the message @param receivedDate calendar object of when the message came in | |
|
an override of the toString() method prints out like "Wed May 18 2016 10:50:05 PM GatewayID: 110051 Type: Data MessageCount: 6 Gateway Power: 3.91" @return all the data as a string |
Copyright (c) 2023. All rights reserved.
|
What do you think about this topic? Send feedback!
|