Enum Protocols.OBEX.Request
- Description
A request opcode, for use with the
client.do_request()
function.
- Constant
REQ_ABORT
constant
Protocols.OBEX.REQ_ABORT
- Description
Abort the request currently being processed
- Constant
REQ_CONNECT
constant
Protocols.OBEX.REQ_CONNECT
- Description
Establish a new OBEX connection
- Constant
REQ_DISCONNECT
constant
Protocols.OBEX.REQ_DISCONNECT
- Description
Terminate an OBEX connection
- Constant
REQ_FINAL
constant
Protocols.OBEX.REQ_FINAL
- Description
For REQ_PUT and REQ_GET requests, REQ_FINAL must be set for the request block containing the last portion of the headers. Other requests must be sent as a single block and have the REQ_FINAL bit encoded in their request opcode.
- Constant
REQ_GET
constant
Protocols.OBEX.REQ_GET
- Description
Receive an object from the mobile devuce