C# Class SensorbergSDK.Advertiser

Manages publishing BLE advertisements.
Show file Open project: sensorberg-dev/windows10-sdk Class Usage Examples

Public Methods

Method Description
Start ( ) : void

Starts advertizing based on the set values (beacon ID 1, ID 2 and ID 3). Note that this method does not validate the values and will throw exception, if the values are invalid.

Stop ( ) : void

Method Details

Start() public method

Starts advertizing based on the set values (beacon ID 1, ID 2 and ID 3). Note that this method does not validate the values and will throw exception, if the values are invalid.
public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void