Searched refs:vMBMasterSetPDUSndLength (Results 1 – 6 of 6) sorted by relevance
117 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_WRITE_SIZE ); in eMBMasterReqWriteHoldingRegister()195 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_WRITE_MUL_SIZE_MIN + 2*usNRegs ); in eMBMasterReqWriteMultipleHoldingRegister()281 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadHoldingRegister()387 … vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READWRITE_SIZE_MIN + 2*usNWriteRegs ); in eMBMasterReqReadWriteMultipleHoldingRegister()
105 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadCoils()212 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_WRITE_SIZE ); in eMBMasterReqWriteCoil()322 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_WRITE_MUL_SIZE_MIN + ucByteCount ); in eMBMasterReqWriteMultipleCoils()
88 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadInputRegister()
89 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadDiscreteInputs()
396 void vMBMasterSetPDUSndLength( USHORT SendPDULength );
508 void vMBMasterSetPDUSndLength( USHORT SendPDULength ) in vMBMasterSetPDUSndLength() function