Method GameCmsGetRecommendedDrivers
GameCmsGetRecommendedDrivers()
Get recommended drivers for the current version of Halo Infinite.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.DriverManifest,Den.Dev.Grunt.Models.RawResponseContainer>> GameCmsGetRecommendedDrivers ();
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<DriverManifest,RawResponseContainer>> | If successful, returns an instance of DriverManifest that contains details on supported drivers. Otherwise, returns null. |
Examples
Here is an example response from the API, as snapshotted on 6/16/2022:
{
"Version": 1,
"Nvidia": {
"minimum": "30.0.14.9729",
"downloadLink": "https://support.halowaypoint.com/hc/en-us/articles/4408731548180-PC-hardware-specs-and-drivers-for-Halo-Infinite-",
"blocklist": []
},
"AMD": {
"minimum": "30.0.14011.3017",
"downloadLink": "https://support.halowaypoint.com/hc/en-us/articles/4408731548180-PC-hardware-specs-and-drivers-for-Halo-Infinite-",
"blocklist": []
},
"Intel": {
"minimum": "30.0.101.1191",
"downloadLink": "https://support.halowaypoint.com/hc/en-us/articles/4408731548180-PC-hardware-specs-and-drivers-for-Halo-Infinite-",
"blocklist": []
}
}