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

ObexOpcode Enumeration

OBEX Request PDU opcodes.

[Visual Basic]
Public Enum ObexOpcode
    Inherits 
[C#]
public enum ObexOpcode

Remarks

Defined in OBEX13.pdf, section 3.3. Quoted text below is from there.

Members

Member Name Description
Connect “choose your partner, negotiate capabilities”
Disconnect “signal the end of the session”
Put “send an object”, final segment
PutNonFinal “send an object”, non-final segment
Get “get an object”, final segment
GetNonFinal “get an object”, non-final segment
SetPath “modifies the current path on the receiving side”
Session “used for reliable session support”
Abort “abort the current operation”

Requirements

Namespace: Brecham.Obex.Pdus

Assembly: Brecham.Obex (in Brecham.Obex.dll)

See Also

Brecham.Obex.Pdus Namespace