Method Protocols.OBEX.Client()->low_do_request()
- Method
low_do_request
array(int|string) low_do_request(Requestr,stringdata)- Description
Perform a request/response exchange with the server. No interpretation is preformed of either the request or response data, they are just passed literally.
- Parameter
r Request opcode
- Parameter
data Raw request data
- Returns
An array with the response information
Array intreturncodeAn HTTP response code
stringdataResponse data, if any
- See also