'KCMLGetClientIP_TOS(iVal$)

Get the Type Of Service field used in the Internet Protocol (IP) headers of all outgoing packets from the client.

Arguments

DIM()iVal$[out] The one byte value of the field.

Returns

This function returns TRUE on success, or FALSE on failure.

Syntax

The following definition is built into KCML. You do not have to include it in your own code.

$DECLARE 'KCMLGetClientIP_TOS(RETURN DIM())

Remarks

This function allows you to retrieve the Type of Service (TOS) field of the Internet Protocol (IP) headers used by all outgoing packets from the client. It is the client equivalent of IP_TOS.

Example

See KCMLSetClientIP_TOS

Further Information

IntroducedKCML 6.20
CompatibilityKClient

See Also

KCMLClosePort, KCMLDebugBackProcess, KCMLOpenPort, KCMLReadPort, KCMLSetClientIP_TOS, KCMLWritePort, KCMLWritePortName

Index of internal $DECLARE functions