RFID.RFIDInterface.Source_GPIO.Copy C# (CSharp) Méthode

Copy() public méthode

public Copy ( Source_GPIO from ) : void
from Source_GPIO
Résultat void
        public void Copy( Source_GPIO from )
        {
            this.nativePin = from.nativePin;
            this.access    = from.access;
            this.state     = from.state;
            this.status    = from.status;
        }