Establishes connections to a peer device and provides Bluetooth port information.
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| 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.) | |
| 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.
| |
| 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.
| |
| 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()()().) |