Enum Protocols.OBEX.Request
- Description
A request opcode, for use with the
client.do_request()function.
- Constant REQ_ABORT
constantProtocols.OBEX.REQ_ABORT- Description
Abort the request currently being processed
- Constant REQ_CONNECT
constantProtocols.OBEX.REQ_CONNECT- Description
Establish a new OBEX connection
- Constant REQ_DISCONNECT
constantProtocols.OBEX.REQ_DISCONNECT- Description
Terminate an OBEX connection
- Constant REQ_FINAL
constantProtocols.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
constantProtocols.OBEX.REQ_GET- Description
Receive an object from the mobile devuce
- Constant REQ_PUT
constantProtocols.OBEX.REQ_PUT- Description
Send an object to the mobile device
- Constant REQ_SESSION
constantProtocols.OBEX.REQ_SESSION- Description
Manage a session
- Constant REQ_SETPATH
constantProtocols.OBEX.REQ_SETPATH- Description
Change the working directory