Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ES_SOCK.H>

Struct TProtocolDesc

struct TProtocolDesc;

Description

Socket protocol information for use by clients.

Members

Defined in TProtocolDesc:


Member data


iName

TProtocolName iName;

Description

The name of the protocol

See also:


iAddrFamily

TUint iAddrFamily;

Description

An integer identifying the protocol's address family. For example, for TCP/IP protocols, KAfInet.


iSockType

TUint iSockType;

Description

An integer specifying the socket type. For example, for TCP, KSockStream.


iProtocol

TUint iProtocol;

Description

An integer specifying the specific protocol. For example, for TCP, KProtocolInetTcp.


iVersion

TVersion iVersion;

Description

The version of the protocol


iByteOrder

TByteOrder iByteOrder;

Description

The byte order that the protocol uses

See also:


iServiceInfo

TUint iServiceInfo;

Description

A bit mask of service information flags.

See also:


iNamingServices

TUint iNamingServices;

Description

A bit mask indicating if the protocol supports name resolution, service resolution, or database access services.


iSecurity

TUint iSecurity;

Description

A bitmask of security flags.

See also:


iMessageSize

TInt iMessageSize;

Description

The message size of datagram protocols.

See also: