VCT_CreateSession

Syntax

#include <vct.h>
VCTSession* VCT_CreateSession( u8 aid );

Argument

aid AID of a remote client.

Return Value

If successful, the VCTSession structure is created; otherwise, NULL.

Description

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.

See Also

VCT_DeleteSession, VCT_Request, VCT_Response

Revision History

2006/04/17 The returned value contents have been modified.
2006/01/25 First release