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