Class UsageReporting
Inheritance
UsageReporting
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(IUsageReporting))]
public static class UsageReporting
Methods
|
Improve this Doc
View Source
Report(ResourceType, Instances, Int32, String)
Declaration
public static int Report(ResourceType resourceType, Instances instanceNumber, int context = 0, string feature = "")
Parameters
Returns
|
Improve this Doc
View Source
Report(ResourceType, Int32, Int32, String)
Declaration
public static int Report(ResourceType resourceType, int instanceNumber, int context = 0, string feature = "")
Parameters
Returns
|
Improve this Doc
View Source
WriteReports()
Declaration
public static void WriteReports()