ObexMethod Enumeration

Methods which can be carried out in an Object Exchange transaction.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public enum ObexMethod

Members

Put2 Sends an object to a receiving device.
Get3 Requests a file from the remote device.
Connect128 Negotiate an Object Exchange connection with a remote device.
Disconnect129 Disconnect an existing Object Exchange session.
PutFinal130 Sends the last packet of an object to a receiving device.
SetPath133 Change remote path on an Object Exchange server.
Session135 Used for reliable session support.
Abort255 Abort the current operation.

See Also