Boiler.GenericSensorState.GenericSensorState C# (CSharp) Method

GenericSensorState() public method

Initializes the type with its default attribute values.
public GenericSensorState ( NodeState parent ) : System
parent NodeState
return System
        public GenericSensorState(NodeState parent) : base(parent)
        {
        }