Click or drag to resize

wclBluetoothLe16ServiceDataAdvertisement Constructor

Creates new Bluetooth LE advertisement object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclBluetoothLe16ServiceDataAdvertisement(
	ushort Uuid,
	byte[] Data
)

Parameters

Uuid  UInt16
The 16 bit service's UUID.
Data  Byte
The service's data.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also