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

ObexPduType Enumeration

Locally defined, indicates what PDU type is being passed, this is required for ObexPduFactory.Parse so that it knows what form of PDU it is to handle, and thus whether it contains extra pre-headers bytes—as Connect PDUs do, for instance.

[Visual Basic]
Public Enum ObexPduType
[C#]
public enum ObexPduType

Members

Member Name Description
Request A Request PDU (of unspecified type; Connect or not etc).
Response A normal Response PDU, i.e. not a Connect response PDU.
ResponseToConnect A Connect Response PDU.

Requirements

Namespace: Brecham.Obex.Pdus

Assembly: Brecham.Obex (in Brecham.Obex.dll)

See Also

Brecham.Obex.Pdus Namespace