C# 클래스 SensorbergSDK.Advertiser

Manages publishing BLE advertisements.
파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk 1 사용 예제들

공개 메소드들

메소드 설명
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