|
Public Types |
enum | TPVServicePrecedence {
EPVRoutine = 0,
EPVPriority = 1,
EPVImmediate = 2,
EPVFlash = 3,
EPVOverrideFlash = 4,
EPVCritic_Ecp = 5,
EPVInetControl = 6,
EPVNetControl = 7
} |
enum | TPVServicePriority { EPVNoTOS = 0x0,
EPVLDelay = (1 << 4),
EPVHiThrpt = (1 << 3),
EPVHiRel = (1 << 2)
} |
Public Methods |
| OsclSocketTOS () |
void | SetPrecedence (TPVServicePrecedence aPrecedence) |
void | SetPriority (bool aMinimizeDelay, bool aMaximizeThroughput, bool MaximizeReliability) |
void | ClearTOS () |
uint8 | GetTOS () const |