LIO_SendData Function (ROM Call 0x5A)

link.h

unsigned short LIO_SendData (const void *src, unsigned long size);

Sends data through the link interface.

LIO_SendData sends size bytes from the address src through the link interface. This function calls repeatedly OSWriteLinkBlock function as many times as necessary to send all of data. Returns zero if the operation was successful, else returns a non-zero value (this value describes the type of the error, but I am not sure about the concrete meaning of particular values).


Uses: OSLinkTxQueueInquire, OSWriteLinkBlock, OSFreeTimer
Used by: LIO_Get, LIO_Receive, LIO_Send, LIO_SendProduct, OSLinkCmd, HeapWalk, handleVarLinkKey, LIO_SendIdList