#include <vct.h>
VCTSession* VCT_CreateSession( u8 aid );
aid | AID of a remote client. |
If successful, the VCTSession structure is created; otherwise, NULL.
VCT_CreateSession creates a new session and is only used in Telephone Mode.
If multiple sessions are reserved in VCT_Init, multiple sessions can be created.
VCT_DeleteSession, VCT_Request, VCT_Response
2006/04/17 The returned value contents have been modified.
2006/01/25 First release