/// <summary>
 /// The concentratorType to set as <see cref="EmberConcentratorType"/> </summary>
 public void SetConcentratorType(EmberConcentratorType concentratorType)
 {
     _concentratorType = concentratorType;
 }
Exemplo n.º 2
0
 public void SerializeEmberConcentratorType(EmberConcentratorType concentratorType)
 {
     SerializeUInt16((int)concentratorType);
 }