TProtocolDesc Struct Reference

#include <es_sock.h>

struct TProtocolDesc

Detailed Description

Socket protocol information for use by clients

Socket protocol information for use by clients.

Member Attribute Documentation

iAddrFamily

TUint iAddrFamily

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

iByteOrder

TByteOrder iByteOrder

The byte order that the protocol uses

See also: TByteOrder

iMessageSize

TInt iMessageSize

The message size of datagram protocols.

See also: KSocketMessageSizeIsStream etc.

iName

The name of the protocol

See also: TProtocolName

iNamingServices

TUint iNamingServices

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

See also: KNSNameResolution etc.

iProtocol

TUint iProtocol

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

iSecurity

TUint iSecurity

A bitmask of security flags.

See also: KSocketNoSecurity etc.

iServiceInfo

TUint iServiceInfo

A bit mask of service information flags.

See also: KSockStream etc.

iSockType

TUint iSockType

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

iVersion

TVersion iVersion

The version of the protocol

See also: TVersion