In The Hand
BluetoothEndPoint Class
NamespacesInTheHand.NetBluetoothEndPoint
.NET Components for Mobility
Establishes connections to a peer device and provides Bluetooth port information.
Declaration Syntax
C#Visual Basic
public class BluetoothEndPoint : EndPoint
Public Class BluetoothEndPoint _
	Inherits EndPoint
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
BluetoothEndPoint(BluetoothAddress, Guid)
Initializes a new instance of the BluetoothEndPoint class with the specified address and service.

BluetoothEndPoint(BluetoothAddress, Guid, Int32)
Initializes a new instance of the BluetoothEndPoint class with the specified address, service and port number.

Address
Gets or sets the Bluetooth address of the endpoint.

AddressFamily
Gets the address family of the Bluetooth address.
(Overrides EndPoint.AddressFamily.)
Clone()()()
Creates a copy of the BluetoothEndPoint.

Create(SocketAddress)
Creates an endpoint from a socket address.
(Overrides EndPoint.Create(SocketAddress).)
Equals(Object)
Compares two BluetoothEndPoint instances for equality.
(Overrides Object.Equals(Object).)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Returns the hash code for this instance.
(Overrides Object.GetHashCode()()().)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MaxPort
Specifies the maximum value that can be assigned to the Port property.

MaxScn
The maximum valid Server Channel Number, 30.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinPort
Specifies the minimum value that can be assigned to the Port property.

MinScn
The minimum valid Server Channel Number, 1.

Port
Gets or sets the service channel number of the endpoint.

Serialize()()()
Serializes endpoint information into a SocketAddress instance.
(Overrides EndPoint.Serialize()()().)
Service
Gets or sets the Bluetooth service to use for the connection.

ToString()()()
Returns the string representation of the BluetoothEndPoint.
(Overrides Object.ToString()()().)
Remarks
The BluetoothEndPoint class contains the host, service id and port information needed by an application to connect to a service on a host. By combining the host's Bluetooth address and port number of a service, the BluetoothEndPoint class forms a connection point to a service.
Inheritance Hierarchy
Object
EndPoint
 BluetoothEndPoint

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0