Exemplo n.º 1
0
 public void Disconnect(GPIOEndpoint endpoint)
 {
     lock (sync)
     {
         targets.Remove(endpoint);
     }
 }
 public void Disconnect(GPIOEndpoint enpoint)
 {
     throw new NotImplementedException();
 }
 public GPIOConnection(int sourceNumber, GPIOEndpoint endpoint)
 {
     this.SourceNumber = sourceNumber;
     this.GPIOEndpoint = endpoint;
 }