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

ObexPduFactory.CreateRequest Method

Create a request PDU, and validity checks the resultant PDU.

Overload List

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

See Also

ObexPduFactory Class | Brecham.Obex.Pdus Namespace