231232233234235236237238239240
*/ private void assertExecutable() throws ModbusException { if (m_Request == null || m_Connection == null) { throw new ModbusException( "Assertion failed, transaction not executable" ); } }//assertExecuteable
214215216217218219220221222223
*/ private void assertExecutable() throws ModbusException { if (m_Request == null || m_SerialCon == null) { throw new ModbusException( "Assertion failed, transaction not executable" ); } }//assertExecuteable
215216217218219220221222223224
*/ private void assertExecutable() throws ModbusException { if (m_Request == null || m_Terminal == null) { throw new ModbusException( "Assertion failed, transaction not executable" ); } }//assertExecuteable