ModbusProperty

class ModbusProperty(val plcNames: ObservableList<String> = FXCollections.observableArrayList(), val plcValue: SimpleObjectProperty<String> = SimpleObjectProperty<String>(), val hostAndPortItems: ObservableList<String> = FXCollections.observableArrayList(), val hostAndPorts: ObjectProperty<String> = SimpleObjectProperty(), var onlyActiveDrive: SimpleBooleanProperty = SimpleBooleanProperty(false), var swapBites: SimpleBooleanProperty = SimpleBooleanProperty(false), val transactionTimeout: SimpleObjectProperty<Int> = SimpleObjectProperty(0), val unitAddress: SimpleObjectProperty<Int> = SimpleObjectProperty(0), val offset: SimpleObjectProperty<Int> = SimpleObjectProperty(0), val codingValue: SimpleObjectProperty<String> = SimpleObjectProperty<String>(), val registerBigEndian: SimpleObjectProperty<String> = SimpleObjectProperty<String>(), val connState: SimpleStringProperty = SimpleStringProperty(""), val error: SimpleStringProperty = SimpleStringProperty(""), val sentFrames: SimpleStringProperty = SimpleStringProperty(""), val rcvFrames: SimpleStringProperty = SimpleStringProperty(""), val rejFrames: SimpleStringProperty = SimpleStringProperty(""), var active: SimpleBooleanProperty = SimpleBooleanProperty(false), val setInvalidBit: SimpleBooleanProperty = SimpleBooleanProperty(false), val plcNumber: SimpleStringProperty = SimpleStringProperty(""))

Constructors

Link copied to clipboard
constructor(plcNames: ObservableList<String> = FXCollections.observableArrayList(), plcValue: SimpleObjectProperty<String> = SimpleObjectProperty<String>(), hostAndPortItems: ObservableList<String> = FXCollections.observableArrayList(), hostAndPorts: ObjectProperty<String> = SimpleObjectProperty(), onlyActiveDrive: SimpleBooleanProperty = SimpleBooleanProperty(false), swapBites: SimpleBooleanProperty = SimpleBooleanProperty(false), transactionTimeout: SimpleObjectProperty<Int> = SimpleObjectProperty(0), unitAddress: SimpleObjectProperty<Int> = SimpleObjectProperty(0), offset: SimpleObjectProperty<Int> = SimpleObjectProperty(0), codingValue: SimpleObjectProperty<String> = SimpleObjectProperty<String>(), registerBigEndian: SimpleObjectProperty<String> = SimpleObjectProperty<String>(), connState: SimpleStringProperty = SimpleStringProperty(""), error: SimpleStringProperty = SimpleStringProperty(""), sentFrames: SimpleStringProperty = SimpleStringProperty(""), rcvFrames: SimpleStringProperty = SimpleStringProperty(""), rejFrames: SimpleStringProperty = SimpleStringProperty(""), active: SimpleBooleanProperty = SimpleBooleanProperty(false), setInvalidBit: SimpleBooleanProperty = SimpleBooleanProperty(false), plcNumber: SimpleStringProperty = SimpleStringProperty(""))

Properties

Link copied to clipboard
var active: SimpleBooleanProperty
Link copied to clipboard
val codingValue: SimpleObjectProperty<String>
Link copied to clipboard
val connState: SimpleStringProperty
Link copied to clipboard
val error: SimpleStringProperty
Link copied to clipboard
val hostAndPortItems: ObservableList<String>
Link copied to clipboard
val hostAndPorts: ObjectProperty<String>
Link copied to clipboard
val offset: SimpleObjectProperty<Int>
Link copied to clipboard
var onlyActiveDrive: SimpleBooleanProperty
Link copied to clipboard
val plcNames: ObservableList<String>
Link copied to clipboard
val plcNumber: SimpleStringProperty
Link copied to clipboard
val plcValue: SimpleObjectProperty<String>
Link copied to clipboard
val rcvFrames: SimpleStringProperty
Link copied to clipboard
val registerBigEndian: SimpleObjectProperty<String>
Link copied to clipboard
val rejFrames: SimpleStringProperty
Link copied to clipboard
val sentFrames: SimpleStringProperty
Link copied to clipboard
val setInvalidBit: SimpleBooleanProperty
Link copied to clipboard
var swapBites: SimpleBooleanProperty
Link copied to clipboard
val transactionTimeout: SimpleObjectProperty<Int>
Link copied to clipboard
val unitAddress: SimpleObjectProperty<Int>