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