LIO_SendIdList Function (ROM Call 0x3D0)

AMS 2.00 or higher link.h

unsigned short LIO_SendIdList (unsigned short delete);

Sends the ID list of the calculator through the link port.

If the ID list does not exist, creates one using the calculator's ID. Otherwise, the calculator ID is appended. This list is then sent over the link port.
If delete is TRUE, the ID list is deleted from memory after it is sent.
The function returns non-zero if an error occurs, otherwise it returns zero.


Uses: freeIdList, HeapAlloc, cgetsn, FL_getVerNum, LIO_RecvData, LIO_Send, LIO_SendData, OSLinkReset, memcpy, sprintf


See also: freeIdList