Creates a PDU with the given code byte, optional headers, and optional Stream to read into a body header.
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);
ObexPduFactory Class | Brecham.Obex.Pdus Namespace