| closeProtocol() | MbusSerialMasterProtocol | [virtual] |
| configureBigEndianInts() | MbusMasterFunctions | |
| configureBigEndianInts(int slaveAddr) | MbusMasterFunctions | |
| configureCountFromOne() | MbusMasterFunctions | |
| configureCountFromOne(int slaveAddr) | MbusMasterFunctions | |
| configureCountFromZero() | MbusMasterFunctions | |
| configureCountFromZero(int slaveAddr) | MbusMasterFunctions | |
| configureLittleEndianFloats() | MbusMasterFunctions | |
| configureLittleEndianFloats(int slaveAddr) | MbusMasterFunctions | |
| configureLittleEndianInts() | MbusMasterFunctions | |
| configureLittleEndianInts(int slaveAddr) | MbusMasterFunctions | |
| configureSingleReg32BitMode() | MbusMasterFunctions | |
| configureSingleReg32BitMode(int slaveAddr) | MbusMasterFunctions | |
| configureStandard32BitMode() | MbusMasterFunctions | |
| configureStandard32BitMode(int slaveAddr) | MbusMasterFunctions | |
| configureSwappedFloats() | MbusMasterFunctions | |
| configureSwappedFloats(int slaveAddr) | MbusMasterFunctions | |
| DATABITS_7 | MbusSerialMasterProtocol | [static] |
| DATABITS_8 | MbusSerialMasterProtocol | [static] |
| forceMultipleCoils(int slaveAddr, int startRef, boolean[] bitArr) | MbusMasterFunctions | |
| getPollDelay() | MbusMasterFunctions | |
| getRetryCnt() | MbusMasterFunctions | |
| getSuccessCounter() | MbusMasterFunctions | |
| getTimeout() | MbusMasterFunctions | |
| getTotalCounter() | MbusMasterFunctions | |
| isOpen() | MbusSerialMasterProtocol | [virtual] |
| maskWriteRegister(int slaveAddr, int regAddr, short andMask, short orMask) | MbusMasterFunctions | |
| MbusMasterFunctions() | MbusMasterFunctions | |
| MbusSerialMasterProtocol() | MbusSerialMasterProtocol | |
| openProtocol(String portName, int baudRate, int dataBits, int stopBits, int parity) | MbusSerialMasterProtocol | |
| openProtocol(String portName, int baudRate) | MbusSerialMasterProtocol | |
| PARITY_EVEN | MbusSerialMasterProtocol | [static] |
| PARITY_MARK | MbusSerialMasterProtocol | [static] |
| PARITY_NONE | MbusSerialMasterProtocol | [static] |
| PARITY_ODD | MbusSerialMasterProtocol | [static] |
| PARITY_SPACE | MbusSerialMasterProtocol | [static] |
| readCoils(int slaveAddr, int startRef, boolean[] bitArr) | MbusMasterFunctions | |
| readExceptionStatus(int slaveAddr) | MbusMasterFunctions | |
| readHistoryLog(int slaveAddr, int channelNo, int resolution, short readArr[]) | MbusMasterFunctions | |
| readInputDiscretes(int slaveAddr, int startRef, boolean[] bitArr) | MbusMasterFunctions | |
| readInputRegisters(int slaveAddr, int startRef, short[] regArr) | MbusMasterFunctions | |
| readInputRegisters(int slaveAddr, int startRef, int[] int32Arr) | MbusMasterFunctions | |
| readInputRegisters(int slaveAddr, int startRef, float[] float32Arr) | MbusMasterFunctions | |
| readMultipleRegisters(int slaveAddr, int startRef, short[] regArr) | MbusMasterFunctions | |
| readMultipleRegisters(int slaveAddr, int startRef, int[] int32Arr) | MbusMasterFunctions | |
| readMultipleRegisters(int slaveAddr, int startRef, float[] float32Arr) | MbusMasterFunctions | |
| readWriteRegisters(int slaveAddr, int readRef, short[] readArr, int writeRef, short[] writeArr) | MbusMasterFunctions | |
| resetSuccessCounter() | MbusMasterFunctions | |
| resetTotalCounter() | MbusMasterFunctions | |
| setPollDelay(int pollDelay) | MbusMasterFunctions | |
| setRetryCnt(int retryCnt) | MbusMasterFunctions | |
| setTimeout(int timeOut) | MbusMasterFunctions | |
| STOPBITS_1 | MbusSerialMasterProtocol | [static] |
| STOPBITS_1_5 | MbusSerialMasterProtocol | [static] |
| STOPBITS_2 | MbusSerialMasterProtocol | [static] |
| writeCoil(int slaveAddr, int bitAddr, boolean bitVal) | MbusMasterFunctions | |
| writeMultipleRegisters(int slaveAddr, int startRef, short[] regArr) | MbusMasterFunctions | |
| writeMultipleRegisters(int slaveAddr, int startRef, int[] int32Arr) | MbusMasterFunctions | |
| writeMultipleRegisters(int slaveAddr, int startRef, float[] float32Arr) | MbusMasterFunctions | |
| writeSingleRegister(int slaveAddr, int regAddr, short regVal) | MbusMasterFunctions | |