Klasse Datapoint
java.lang.Object
org.apache.plc4x.java.bacnetip.ede.model.Datapoint
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDatapoint(BacNetIpTag address, String keyName, String objectName, String description, Double defaultValue, Double minValue, Double maxValue, Boolean commandable, Boolean supportsCov, Double hiLimit, Double lowLimit, String stateTextReference, Integer unitCode, Integer vendorSpecificAddress, Integer notificationClass) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung
-
Konstruktordetails
-
Datapoint
public Datapoint(BacNetIpTag address, String keyName, String objectName, String description, Double defaultValue, Double minValue, Double maxValue, Boolean commandable, Boolean supportsCov, Double hiLimit, Double lowLimit, String stateTextReference, Integer unitCode, Integer vendorSpecificAddress, Integer notificationClass)
-
-
Methodendetails
-
getAddress
-
getKeyName
-
getObjectName
-
getDescription
-
getDefaultValue
-
getMinValue
-
getMaxValue
-
getCommandable
-
getSupportsCov
-
getHiLimit
-
getLowLimit
-
getStateTextReference
-
getUnitCode
-
getVendorSpecificAddress
-
getNotificationClass
-
toPlcValues
-