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

GetSubDevicesInternal() protected méthode

protected GetSubDevicesInternal ( ) : List
Résultat List
        protected override List<IDevice> GetSubDevicesInternal()
        {
            List<IDevice> ret = base.GetSubDevicesInternal();
            ret.Add(new AFPThermistor(this, 0));
            ret.Add(new AFPUsage(this, 0));
            return ret;
        }