类 SlaveProfile
java.lang.Object
com.huangjian.modbus4j.base.SlaveProfile
Class for maintaining the profile of a slave device on the master side. Initially, we assume that the device is fully
featured, and then we note function failures so that we know how requests should subsequently be sent.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanGetter for the fieldwriteMaskRegister.voidsetWriteMaskRegister(boolean writeMaskRegister) Setter for the fieldwriteMaskRegister.
-
构造器详细资料
-
SlaveProfile
public SlaveProfile()
-
-
方法详细资料
-
setWriteMaskRegister
public void setWriteMaskRegister(boolean writeMaskRegister) Setter for the field
writeMaskRegister.- 参数:
writeMaskRegister- a boolean.
-
getWriteMaskRegister
public boolean getWriteMaskRegister()Getter for the field
writeMaskRegister.- 返回:
- a boolean.
-