Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISocketOptions::ipTOS ( P6BOOL  bSet,
P6UINT16 pTOS 
)
pure virtual

This method gets or sets the type-of-service field in the IP header for a TCP or UDP socket.

Parameters
bSet[ in ] Specifies that either a set or a get operation should be performed.
pTOS[ in out ] A pointer to an P6UINT16 which should contain the type-of-service value for a set operation. For a get operation, the type-of-service value will be placed in this argument on success.
Returns