BluetoothEndPoint Class

Represents a network endpoint as a Bluetooth address and a Service Class Id and/or a port number.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class BluetoothEndPoint : EndPoint
Inheritance
EndPoint    BluetoothEndPoint

Constructors

BluetoothEndPoint Initializes a new instance of the BluetoothEndPoint class with the specified address and service.

Properties

Address Gets the Bluetooth address of the endpoint.
AddressFamily Gets the address family of the Bluetooth address.
Port Gets the port number (or -1 for any).
Service Gets the Bluetooth service to use for the connection.

Methods

Create Creates an endpoint from a socket address.
Serialize Serializes endpoint information into a SocketAddress instance.
ToString Returns the string representation of the BluetoothEndPoint.

See Also