SDK Home Glossary Index Left Right Up

Protocol service information



Generic protocol service information

Defined in

csocket.oxh

Definitions
KSiConnectionLess& Connectionless
KSiReliable& Reliable
KSiInOrder& Guarantees in order delivery
KSiMessageBase& Message based
KSiDatagram& Message based
KSiStreamBased& Stream based
KSiPseudoStream& Supports a stream like interface but maintains datagram boundaries
KSiUrgentData& Expedited data supported
KSiConnectData& User data can be sent in a connection request
KSiDisconnectData& User data can be sent in a disconnect request
KSiBroadcast& Broadcast addresses supported
KSiMultiPoint& Point to multi-point connections supported
KSiQOS& Quality of service metric supported
KSiWriteOnly& Write only
KSiReadOnly& Read only
KSiGracefulClose& Graceful close supported
KSiCanReconnect& Same socket can be used for reconnection if it disconnects
KSiPeekData& Looking at data without removing it is supported
See also

ProtocolDescServiceInfo


  SDK Home Glossary Index Left Right Up