|
| MeasurementSource (string controllerName, string addressing, ulong sensorid) |
|
| MeasurementSource (string controllerName, string addressing, ulong sensorid, object controllerSource) |
|
override string | ToString () |
|
void | GetObjectData (SerializationInfo info, StreamingContext context) |
|
|
| MeasurementSource (SerializationInfo info, StreamingContext context) |
|
|
string | ControllerName [get] |
| Gets the name of the supervisable component that is the source of the measurement. More...
|
|
string | Addressing [get] |
| Gets the addressing used by the controller to communicate with the source of the measurements. More...
|
|
ulong | SensorId [get] |
| Gets the identifier of the sensor that is the source of the measurment. More...
|
|
object | ControllerSource [get] |
| Gets the controller source object that created the reading. Note this could be a different type of object depending on the type of source. More...
|
|
◆ Addressing
string Apac.Monitoring.MeasurementSource.Addressing |
|
get |
Gets the addressing used by the controller to communicate with the source of the measurements.
The addressing.
◆ ControllerName
string Apac.Monitoring.MeasurementSource.ControllerName |
|
get |
Gets the name of the supervisable component that is the source of the measurement.
The name of the supervisable component.
◆ ControllerSource
object Apac.Monitoring.MeasurementSource.ControllerSource |
|
get |
Gets the controller source object that created the reading. Note this could be a different type of object depending on the type of source.
◆ SensorId
ulong Apac.Monitoring.MeasurementSource.SensorId |
|
get |
Gets the identifier of the sensor that is the source of the measurment.
The sensor id.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Monitoring/MeasurementSource.cs