Class SimpleBacnetDeviceObjectPropertyCovRef

java.lang.Object
net.solarnetwork.node.io.bacnet.SimpleBacnetDeviceObjectPropertyRef
net.solarnetwork.node.io.bacnet.SimpleBacnetDeviceObjectPropertyCovRef
All Implemented Interfaces:
Serializable, Comparable<BacnetDeviceObjectPropertyRef>, BacnetDeviceObjectPropertyCovRef, BacnetDeviceObjectPropertyRef

public class SimpleBacnetDeviceObjectPropertyCovRef extends SimpleBacnetDeviceObjectPropertyRef implements BacnetDeviceObjectPropertyCovRef
Simple implementation of SimpleBacnetDeviceObjectPropertyCovRef.
Version:
1.0
Author:
matt
See Also:
  • Constructor Details

    • SimpleBacnetDeviceObjectPropertyCovRef

      public SimpleBacnetDeviceObjectPropertyCovRef(int deviceId, int objectType, int objectNumber, int propertyId, Float covIncrement)
      Constructor.
      Parameters:
      deviceId - the device ID
      objectType - the object type
      objectNumber - the object number
      propertyId - the property ID
      covIncrement - the change-of-value increment
    • SimpleBacnetDeviceObjectPropertyCovRef

      public SimpleBacnetDeviceObjectPropertyCovRef(int deviceId, int objectType, int objectNumber, int propertyId, int propertyIndex, Float covIncrement)
      Constructor.
      Parameters:
      deviceId - the device ID
      objectType - the object type
      objectNumber - the object number
      propertyId - the property ID
      propertyIndex - the property index
      covIncrement - the change-of-value increment
  • Method Details