Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: socket.h

shutdown()

IMPORT_C int shutdown(int, int);

Description

Shuts down all or part of a full-duplex connection on the socket associated with fd.

Parameters

int

Is the socket descriptor to shut down.

int

Specifies the type of shutdown.

Return value

int

On Success, returns 0. On Failure, returns -1, errno may be set.