Exemple #1
0
 public function removePin(Pin $pin)
 {
     SysFS::unexportPin($pin);
     // TODO: Implement removePin() method.
 }
Exemple #2
0
 public function __destruct()
 {
     Pin\SysFS::cleanup();
 }