Initializes a new instance of the BluetoothEndPoint class with the specified address and service.
| C# | Visual Basic |
public BluetoothEndPoint( BluetoothAddress address, Guid service )
Public Sub New ( _ address As BluetoothAddress, _ service As Guid _ )
- address (BluetoothAddress)
- The Bluetooth address of the device. A six byte array.
- service (Guid)
- The Bluetooth service to use.