Location:
es_sock.h
Link against:
TProtocolDesc
Supported from 5.0
Socket protocol information for use by clients.
Defined in TProtocolDesc:
iAddrFamily, iByteOrder, iMessageSize, iName, iNamingServices, iProtocol, iSecurity, iServiceInfo, iSockType, iVersion
TUint iAddrFamily
An integer identifying the protocol’s address family. For
example, for TCP/IP protocols, KAfInet.
TUint iSockType
An integer specifying the socket type. For example, for TCP,
KSockStream.
TUint iProtocol
An integer specifying the specific protocol. For example, for TCP,
KProtocolInetTcp.
TUint iNamingServices
A bit mask indicating if the protocol supports name resolution, service
resolution, or database access services.
SeeKNSNameResolutionetc.
TInt iMessageSize
The message size of datagram protocols.
SeeKSocketMessageSizeIsStream etc.