The InTheHand.Net.Sockets namespace provides added functionality for working with IrDA and Bluetooth Sockets.
| C# | Visual Basic |
namespace InTheHand.Net.Sockets
Namespace InTheHand.Net.Sockets
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| AddressFamily32 |
Specifies additional addressing schemes that an instance of the Socket class can use.
| |
| BluetoothClient |
Provides client connections for Bluetooth network services.
| |
| BluetoothDeviceInfo |
Provides information about an available device obtained by the client during device discovery.
| |
| BluetoothListener |
Listens for connections from Bluetooth network clients.
| |
| BluetoothProtocolType |
Specifies additional protocols that the Socket class supports.
| |
| BluetoothSocketOptionLevel |
Defines additional Bluetooth socket option levels for the SetSocketOption(SocketOptionLevel, SocketOptionName, Int32) and GetSocketOption(SocketOptionLevel, SocketOptionName) methods.
| |
| BluetoothSocketOptionName | ||
| IrDACharacterSet |
Describes the character sets supported by the device.
| |
| IrDAClient |
Makes connections to services on peer IrDA devices.
| |
| IrDADeviceInfo |
Provides information about remote devices connected by infrared communications.
| |
| IrDAHints |
Describes an enumeration of possible device types, such as Fax.
| |
| IrDAListener |
Places a socket in a listening state to monitor infrared connections from a specified service or network address.
| |
| IrDASocketOptionLevel |
Defines additional IrDA socket option levels for the SetSocketOption(SocketOptionLevel, SocketOptionName, Int32) and GetSocketOption(SocketOptionLevel, SocketOptionName) methods.
| |
| IrDASocketOptionName |
Socket option constants to set IrDA specific connection modes, and
get/set IrDA specific features.
|