For internal use only.
Data Fields | |
xMBPTimerHandle | xRespTimeoutHdl |
xMBPEventHandle | xFrameEventHdl |
xMBMFrameHandle | xFrameHdl |
UBYTE | ubIdx |
USHORT | usFrameMBPDULength |
UBYTE * | pubFrameMBPDUBuffer |
peMBMFrameSend | pFrameSendFN |
peMBMFrameReceive | pFrameRecvFN |
peMBMFrameClose | pFrameCloseFN |
|
Pointer to a function used for shutdown. |
|
Pointer to a function used to receive MODBUS frames. |
|
Pointer to a function used to transmit MODBUS frames. |
|
Buffer to assemble MODBUS PDUs. |
|
The internal index used to lookup handles. |
|
The size of the request or response FRAME. |
|
Receives MBM_EV_SENT, MBM_EV_TIMEOUT and MBM_EV_RECEIVED events. |
|
Private data for the ASCII/RTU or TCP implementations. |
|
Timer for implementing the response timeout. |