Type of message the gateway sent. This determines how to interpret the data contained in the message
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public enum eGatewayMessageType |
Visual Basic |
---|
Public Enumeration eGatewayMessageType |
Visual C++ |
---|
public enum class eGatewayMessageType |
F# |
---|
type eGatewayMessageType |
Members
Member name | Value | Description | |
---|---|---|---|
Data | 0 | Type of message sent from gateway that contains sensor data. If no additional data needs to be sent the server will automatically respond with configuration messages for the gateway or sensors if needed. | |
Sensor_Configuration | 1 | Type of message sent from gateway requesting configuration messages for the gateway or sensors. | |
Sensor_List | 2 | Type of message sent from gateway requesting list of sensors allowed to communicate with it. | |
Gateway_Configuration_Updated | 3 | Type of message sent from gateway informing server that it has completed updating its configuration. | |
Network_Was_Reset | 4 | Type of message sent from gateway informing server that it has completed reforming its sensor network. | |
Gateway_Was_Reset | 5 | No longer in use as of Gateway version 3.0 | |
Gateway_Configuration | 8 | Type of message sent from gateway sending it's actual configuration to the server so that it can be recorded. | |
Status_Information | 10 | No longer in use. Was used in Gateway development for passing arbitrary data that could be analyzed | |
Startup_Message | 11 | Type of message sent from gateway on startup with firmware version and hardware identifiers included. |