| aIRCM_SetExtData | Index |
Definition:
Parameters:
| addr | - | IIC address of the specified IRCM. |
| x | - | 1-based index of a remote extended data register in the specified IRCM. |
| data | - | The data to be written to the remote extended data register. |
Return Value:
Description:
This routine writes one of the remote extended data registers in an IRCM. Remote xtended data registers hold extra data that will be written to another IRCM. See the documentation for the IR Communication Module for more details regarding IRCM register functions.
| Note: | This routine is defined as a macro that calls the aI2C_WriteChar routine. |
Example:
#include <aIRCM.tea>
aIRCM_SetExtData((unsigned char)0xC0, 3, 65);
This would write the value 65 to IRCM remote extended data register 3.
Related: