The Gateway type exposes the following members.

Methods

  Name Description
Public method AssignSensor
Assign a sensor to this gateway
Public method Static member BatteryPercentageHelper(eGatewayBattery, Double)
Returns an estimated percent of remaining battery based on pre-configured battery profiles
Public method Static member BatteryPercentageHelper(Double, Double, Double, Double, Double, Double, Double)
Returns an estimated percent of remaining battery based on linear interpolation between defined percentage points
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method ForceConfiguration
Force server held configurations to be sent to the gateway at the next communication cycle.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ReformNetwork
Informs the gateway to reform the sensor network by scanning to find an open channel then re-downloading the allowed sensor list.
Public method RemoveSensor
Remove a sensor assignment from this gateway
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UpdateGatewayIP
Update the IP information of the gateway (selected gateway types)
Public method UpdatePollInterval
Update the interval at which the gateway polls the server to discover if there is any urgent messages that need to be sent to the gateway.
Public method UpdateReportInterval
Update the interval at which the gateway reports information to the server.
Public method UpdateServerInformation
Update the information the gateway uses to communicate with the server

See Also