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

Brecham.Obex.Net Namespace

Namespace hierarchy

Classes

Class Description
ConsoleMenuObexSessionConnection Connects to an Obex Server prompting the user for the details of the peer on the console, using a simple menu-based format.
GuiObexSessionConnection Creates a connection to an OBEX Server prompting the user for its details on the GUI, for instance using BluetoothSelectDialog.
MenuKeyboardInput Provides methods to read user input as a console menu-based system.
ObexSessionConnection Adds OBEX server connection features to the class, i.e. knows the Target header for the service being used, and provides access to the connected ObexClientSession.
ObexTransportConnection Adds OBEX connection features to the class, i.e. knows the IrDA “Service Name”, Bluetooth UUID etc for the OBEX service being used.
TransportConnection The base class of a set of classes that handle connection to a service on a peer machine.
UriObexSessionConnection Connects to an Obex Server using the details of the peer as supplied in the specified URL.

Enumerations

Enumeration Description
ReadLineInputIsEmpty Specifies whether a blank line is valid input from the ReadLine methods.