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

ObexPduFactory.CreateResponse Method

Create a response PDU, optionally as a response to a Connect PDU, and validity checks the resultant PDU.

Overload List

Overloaded CreateResponse with isResponseToConnect defaulted to false.

public ObexCreatedPdu CreateResponse(ObexResponseCode,ObexHeaderCollection,Stream);

Overloaded CreateResponse but using the shared buffer as returned by GetSendBuffer

public ObexCreatedPdu CreateResponse(bool,ObexResponseCode,ObexHeaderCollection,Stream);

Create a response PDU, optionally as a response to a Connect PDU, and validity checks the resultant PDU.

public ObexCreatedPdu CreateResponse(bool,byte[],ObexResponseCode,ObexHeaderCollection,Stream);

See Also

ObexPduFactory Class | Brecham.Obex.Pdus Namespace