The DlnI2cMasterGetMaxReplyCount() function retrieves maximum reply count for I2C master port.
DlnI2cMasterGetMaxReplyCount()
DLN_RESULT DlnI2cMasterGetMaxReplyCount( HDLN handle, uint8_t port, uint16_t *maxReplyCount );
A handle to the DLN adapter.
A number of the I2C master port.
Pointer to the variable that receives the current maximum reply count value.
The function set the maximum reply count successfully.
The port number is not valid. Use the DlnI2cMasterGetPortCount() function to find the maximum possible port number.
The DlnI2cMasterGetMaxReplyCount() function is defined in the dln_i2c_master.h file.
dln_i2c_master.h