BluetoothEndPoint Class
Represents a network endpoint as a Bluetooth address and a Service Class Id and/or a port number.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public sealed class BluetoothEndPoint : EndPoint
Public NotInheritable Class BluetoothEndPoint
Inherits EndPoint
public ref class BluetoothEndPoint sealed : public EndPoint
[<SealedAttribute>]
type BluetoothEndPoint =
class
inherit EndPoint
end
- Inheritance
- EndPoint BluetoothEndPoint
| BluetoothEndPoint |
Initializes a new instance of the BluetoothEndPoint class with the specified address and service.
|
| 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.
|
| Create |
Creates an endpoint from a socket address.
|
| Serialize |
Serializes endpoint information into a SocketAddress instance.
|
| ToString |
Returns the string representation of the BluetoothEndPoint.
|