Exemplo n.º 1
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;
 }
Exemplo n.º 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;
 }