Type of message the gateway sent. This determines how to interpret the data contained in the message

Namespace: Monnit.Mine
Assembly: 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 nameValueDescription
Data0 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_Configuration1 Type of message sent from gateway requesting configuration messages for the gateway or sensors.
Sensor_List2 Type of message sent from gateway requesting list of sensors allowed to communicate with it.
Gateway_Configuration_Updated3 Type of message sent from gateway informing server that it has completed updating its configuration.
Network_Was_Reset4 Type of message sent from gateway informing server that it has completed reforming its sensor network.
Gateway_Was_Reset5 No longer in use as of Gateway version 3.0
Gateway_Configuration8 Type of message sent from gateway sending it's actual configuration to the server so that it can be recorded.
Status_Information10 No longer in use. Was used in Gateway development for passing arbitrary data that could be analyzed
Startup_Message11 Type of message sent from gateway on startup with firmware version and hardware identifiers included.

See Also