ObexMethod Enumeration
Methods which can be carried out in an Object Exchange transaction.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
Public Enumeration ObexMethod
public enum class ObexMethod
| Put | 2 |
Sends an object to a receiving device.
|
| Get | 3 |
Requests a file from the remote device.
|
| Connect | 128 |
Negotiate an Object Exchange connection with a remote device.
|
| Disconnect | 129 |
Disconnect an existing Object Exchange session.
|
| PutFinal | 130 |
Sends the last packet of an object to a receiving device.
|
| SetPath | 133 |
Change remote path on an Object Exchange server.
|
| Session | 135 |
Used for reliable session support.
|
| Abort | 255 |
Abort the current operation.
|