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

ObexPduFactory.Create Method

Creates a PDU with the given code byte, optional headers, and optional Stream to read into a body header.

Overload List

Creates a PDU with the given code byte, optional headers, and optional Stream to read into a body header. Creates the PDU in the shared buffer.

public ObexCreatedPdu Create(byte,ObexHeaderCollection,Stream);

Creates a PDU with the given code byte, optional headers, and optional Stream to read into a body header. Creates the PDU in the the specified buffer.

public ObexCreatedPdu Create(byte[],byte,ObexHeaderCollection,Stream);

See Also

ObexPduFactory Class | Brecham.Obex.Pdus Namespace