Comm Terminate
From WikiPrizm
Jump to navigationJump to search
Contents
Synopsis
Header: fxcg/serial.h
Syscall index: 0x13F1
Function signature: int Comm_Terminate(unsigned char subtype)
Sends a Protocol 7.00 terminate packet of the given subtype. Not to be confused with Comm_Close.
Parameters
- subtype - Subtype of the packet to send. 0 is "default", 1 is for user-requested termination, 2 is for timeout-caused termination and 3 is for termination on overwrite request.
Returns
The meaning of the return value is not yet known.
Comments
For more information on Protocol 7.00, see fxReverse.pdf.