C# Class SensorbergSDK.Advertiser

Manages publishing BLE advertisements.
Afficher le fichier Open project: sensorberg-dev/windows10-sdk Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void