Class SimDeviceLowLevel
Inheritance
SimDeviceLowLevel
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(ISimDevice))]
public static class SimDeviceLowLevel
Methods
|
Improve this Doc
View Source
Create(String)
Declaration
public static int Create(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
|
Improve this Doc
View Source
CreateSimValue(Int32, String, Int32, Value)
Declaration
public static int CreateSimValue(int device, string name, int rdonly, in Value initialValue)
Parameters
Returns
|
Improve this Doc
View Source
CreateSimValueEnum(Int32, String, Int32, String[], Int32)
Declaration
public static int CreateSimValueEnum(int device, string name, int rdonly, string[] options, int initialValue)
Parameters
Returns
|
Improve this Doc
View Source
Free(Int32)
Declaration
public static void Free(int handle)
Parameters
Type |
Name |
Description |
Int32 |
handle |
|
|
Improve this Doc
View Source
GetSimValue(Int32, out Value)
Declaration
public static void GetSimValue(int handle, out Value value)
Parameters
|
Improve this Doc
View Source
SetSimValue(Int32, Value)
Declaration
public static void SetSimValue(int handle, in Value value)
Parameters