Brecham.Obex — An OBEX library for the .NET Framework

ObexPduFactory.ParseResponse Method

[This is preliminary documentation and subject to change.]

Parse the normal or CONNECT response PDU contained in the given byte array.

Overload List

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);

See Also

ObexPduFactory Class | Brecham.Obex.Pdus Namespace | ParseResponse | ParseResponseToConnect