[This is preliminary documentation and subject to change.]
Parse the normal or CONNECT response PDU contained in the given byte array.
Parse the normal or CONNECT response PDU contained in the given byte array.
public ObexParsedResponsePdu ParseResponse(bool,byte[],int);
Parse the response PDU contained in the given byte array.
public ObexParsedResponsePdu ParseResponse(byte[],int);
ObexPduFactory Class | Brecham.Obex.Pdus Namespace | ParseResponse | ParseResponseToConnect