Ejemplo n.º 1
0
 public override void setUnderlyingValue(int raw)
 {
     rawVal = raw;
     val = (sfrPIE1Bits)raw;
 }
Ejemplo n.º 2
0
 public bool hasBit(sfrPIE1Bits toCheck)
 {
     return (((int)val) | ((int)(toCheck))) == 0 ? false : true;
 }