コード例 #1
0
 /// <summary>
 /// The concentratorType to set as <see cref="EmberConcentratorType"/> </summary>
 public void SetConcentratorType(EmberConcentratorType concentratorType)
 {
     _concentratorType = concentratorType;
 }
コード例 #2
0
 public void SerializeEmberConcentratorType(EmberConcentratorType concentratorType)
 {
     SerializeUInt16((int)concentratorType);
 }