38
3 DETAILS OF FUNCTION
3.1 C Intelligent Function Module Dedicated Functions
CITL_GetIDInfo
This function acquires the individual identification information of a C intelligent function module.
■ Format
short CITL_GetIDInfo (unsigned char* pucGetData, unsigned long ulBufSize)
■ Argument
■ Description
• This function acquires the individual identification information of a C intelligent function module, and stores it in the
individual identification information storage destination (pucGetData).
• It also acquires the information for the size specified to the individual identification information storage destination size
(ulBufSize).
• The individual identification information is stored in the individual identification information storage destination
(pucGetData) as shown below.
*1 RD55UP12-V only
■ Return value
■ Relevant function
Page 40 CITL_GetSerialNo
Argument Name Description IN/OUT
pucGetData Individual identification information
storage destination
Specify the individual identification information storage destination. OUT
ulBufSize Individual identification information
storage destination size
Specify the individual identification information storage destination size in
word units.
IN
Storage position Description
pucGetData[0] Individual identification information (CH1)
pucGetData[1]
pucGetData[2]
pucGetData[3]
pucGetData[4]
pucGetData[5]
pucGetData[6] Individual identification information (CH2)
*1
pucGetData[7]
pucGetData[8]
pucGetData[9]
pucGetData[10]
pucGetData[11]
Return value Description
0 (0000H) Normal
Other than 0 (0000H) Error
For details on the error, refer to the following chapter.
Page 108 ERROR CODE LIST