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

ObexPduFactory.ParseForLength Method

[This is preliminary documentation and subject to change.]

Check whether we have all the bytes that the PDU contains. Throws if the PDU being received is bigger than the receive buffer. This should not happen, as we told the peer at connect time what size our buffer was.

Overload List

Check whether we have all the bytes that the PDU contains. Throws if the PDU being received is bigger than the receive buffer. This should not happen, as we told the peer at connect time what size our buffer was.

public void ParseForLength(bool,byte[],int,out int,out int);

Check whether we have all the bytes that the PDU contains.

public void ParseForLength(byte[],int,out int,out int);

See Also

ObexPduFactory Class | Brecham.Obex.Pdus Namespace