![]() |
BALTECH Docs |
C API for BALTECH SDK
|
| brp_errcode brp_MsgQueue_GetMsgSize | ( | brp_protocol | protocol, |
| unsigned * | BufferSize | ||
| ) |
Retrieve the maximum message size the reader supports.
If a message exceeds this value the commands Send and SendReceive return the status code MSGQ_BUFOVERFLOW_ERR.
| [in] | protocol | used to execute the command |
| [out] | BufferSize | Maximum message size |