Returns XON limit for a connection.
XON limit is only used for peers that do not support credit-based flow control (mandatory in the Bluetooth Core Specification version 1.1).
When amount of incoming data received, but not read by an application for a given connection grows past this limit, a flow control command is sent to the peer requiring suspension of transmission.
| C# | Visual Basic |
public const SocketOptionName GetXOnLimit
Public Const GetXOnLimit As SocketOptionName