CorsairLinkPlusPlus.Common.Registry.RegisteredController.GetName C# (CSharp) Method

GetName() public method

public GetName ( ) : string
return string
        public string GetName()
        {
            return controllerName;
        }
    }