Example #1
0
 /// <summary>
 /// The bitmask to remove to the set as <see cref="EmberCurrentSecurityBitmask"/> </summary>
 public void RemoveBitmask(EmberCurrentSecurityBitmask bitmask)
 {
     _bitmask.Remove(bitmask);
 }
Example #2
0
 /// <summary>
 /// The bitmask to add to the set as <see cref="EmberCurrentSecurityBitmask"/> </summary>
 public void AddBitmask(EmberCurrentSecurityBitmask bitmask)
 {
     _bitmask.Add(bitmask);
 }