Antmicro.Renode.Core.GPIOConnection.GPIOConnection C# (CSharp) Метод

GPIOConnection() публичный Метод

public GPIOConnection ( int sourceNumber, Antmicro.Renode.Core.GPIOEndpoint endpoint ) : System
sourceNumber int
endpoint Antmicro.Renode.Core.GPIOEndpoint
Результат System
        public GPIOConnection(int sourceNumber, GPIOEndpoint endpoint)
        {
            this.SourceNumber = sourceNumber;
            this.GPIOEndpoint = endpoint;
        }
    }
GPIOConnection