类 SlaveProfile

java.lang.Object
com.huangjian.modbus4j.base.SlaveProfile

public class SlaveProfile extends Object
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.
  • 构造器详细资料

    • 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.