示例#1
0
 public void Register(IGPIOSender peripheral, NullRegistrationPoint registrationPoint)
 {
     machine.RegisterAsAChildOf(this, peripheral, registrationPoint);
 }
示例#2
0
 public void Unregister(IGPIOSender peripheral)
 {
     machine.UnregisterAsAChildOf(this, peripheral);
 }