CorsairLinkPlusPlus.Driver.CorsairLink.Node.Internal.LinkAFPRAMStick.LinkAFPRAMStick C# (CSharp) Méthode

LinkAFPRAMStick() private méthode

private LinkAFPRAMStick ( LinkDeviceAFP device, byte channel, int id ) : CorsairLinkPlusPlus.Common
device LinkDeviceAFP
channel byte
id int
Résultat CorsairLinkPlusPlus.Common
        internal LinkAFPRAMStick(LinkDeviceAFP device, byte channel, int id)
            : base(device, channel)
        {
            this.id = id;
            this.afpDevice = device;
        }