Brecham.Obex — An OBEX library for the .NET Framework

ObexClientSession.InvalidConnectionId Field

OBEX13.pdf Section 2.2.11. The value reserved to represent an invalid value, for instance where no Connection Identifier is in use on a connection.

[Visual Basic]
Public Const InvalidConnectionId As Integer = -1
[C#]
public const int InvalidConnectionId = -1;

See Also

ObexClientSession Class | Brecham.Obex Namespace | ConnectionId | ClearConnectionId | TryGetConnectionId