Create a request PDU, and validity checks the resultant PDU.
Overloaded CreateRequest with headers, and bodyStream defaulted to null
public ObexCreatedPdu CreateRequest(ObexOpcode);
Overloaded CreateRequest with bodyStream defaulted to null
public ObexCreatedPdu CreateRequest(ObexOpcode,ObexHeaderCollection);
Overloaded CreateRequest but using the shared buffer as returned by GetSendBuffer
public ObexCreatedPdu CreateRequest(ObexOpcode,ObexHeaderCollection,Stream);
Create a request PDU, and validity checks the resultant PDU.
public ObexCreatedPdu CreateRequest(byte[],ObexOpcode,ObexHeaderCollection,Stream);
ObexPduFactory Class | Brecham.Obex.Pdus Namespace