/// <summary>
 /// Manually create a new Beacon instance.
 /// </summary>
 /// <param name="beaconType">Beacon type to use for this manually constructed beacon.</param>
 public Beacon(BeaconTypeEnum beaconType)
 {
     BeaconType = beaconType;
 }
Beispiel #2
0
 /// <summary>
 /// Manually create a new Beacon instance.
 /// </summary>
 /// <param name="beaconType">Beacon type to use for this manually constructed beacon.</param>
 public Beacon(BeaconTypeEnum beaconType)
 {
     BeaconType = beaconType;
 }