AP&C API Reference
Public Member Functions | Static Public Member Functions | Protected Member Functions | Properties | List of all members
Apac.Monitoring.MeasurementSource Class Reference
Inheritance diagram for Apac.Monitoring.MeasurementSource:

Public Member Functions

 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)
 

Static Public Member Functions

static MeasurementSource FromString (string source)
 

Protected Member Functions

 MeasurementSource (SerializationInfo info, StreamingContext context)
 

Properties

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...
 

Property Documentation

◆ 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: