RFID.RFIDInterface.Source_GPIO.Copy C# (CSharp) Method

Copy() public method

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