[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.
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);
ObexPduFactory Class | Brecham.Obex.Pdus Namespace