Returns XOFF limit for a connection.
XOFF limit is only used for peers that do not support credit-based flow control (mandatory in the Bluetooth Core Specification 1.1).
If flow has been suspended because of buffer run-up, when amount of incoming data received, but not read by an application for a given connection falls below this limit, a flow control command is sent to the peer allowing continuation of transmission.
| C# | Visual Basic |
public const SocketOptionName GetXOffLimit
Public Const GetXOffLimit As SocketOptionName