OBEX Request PDU opcodes.
Defined in OBEX13.pdf, section 3.3. Quoted text below is from there.
| 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” |
Namespace: Brecham.Obex.Pdus
Assembly: Brecham.Obex (in Brecham.Obex.dll)