BluetoothEndPoint Constructor
Initializes a new instance of the BluetoothEndPoint class with the specified address and service.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public BluetoothEndPoint(
BluetoothAddress address,
Guid service,
int port = 0
)
Public Sub New (
address As BluetoothAddress,
service As Guid,
Optional port As Integer = 0
)
public:
BluetoothEndPoint(
BluetoothAddress^ address,
Guid service,
int port = 0
)
new :
address : BluetoothAddress *
service : Guid *
?port : int
(* Defaults:
let _port = defaultArg port 0
*)
-> BluetoothEndPoint
Parameters
- address BluetoothAddress
- The Bluetooth address of the device.
- service Guid
- The Bluetooth service to use.
- port Int32 (Optional)
- Optional port number.