Synopsis #
Header: fxcg/serial.h
Syscall index: 0x13A7
Function signature: int App_LINK_Transmit(struct TransmitBuffer*
txb)
Opens and sends the source file in a file transfer using Protocol 7.00. App_LINK_TransmitInit must have been called before.
Parameters #
- txb - pointer to a struct documented on App_LINK_TransmitInit.
Returns #
0 on success, other values on error.
Comments #
After transferring the file, you can use Comm_Terminate to put the connected device out of receive mode.
For more information on Protocol 7.00, see fxReverse.pdf.