C# Класс SensorbergSDK.Advertiser

Manages publishing BLE advertisements.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Start() публичный Метод

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
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void