Interface ISimDevice
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface ISimDevice
Methods
|
Improve this Doc
View Source
HAL_CreateSimDevice(Byte*)
Declaration
int HAL_CreateSimDevice(byte *name)
Parameters
Type |
Name |
Description |
Byte* |
name |
|
Returns
|
Improve this Doc
View Source
HAL_CreateSimValue(Int32, Byte*, Int32, Value*)
Declaration
int HAL_CreateSimValue(int device, byte *name, int rdonly, Value*initialValue)
Parameters
Returns
|
Improve this Doc
View Source
HAL_CreateSimValueEnum(Int32, Byte*, Int32, Int32, Byte**, Int32)
Declaration
int HAL_CreateSimValueEnum(int device, byte *name, int rdonly, int numOptions, byte **options, int initialValue)
Parameters
Returns
|
Improve this Doc
View Source
HAL_FreeSimDevice(Int32)
Declaration
void HAL_FreeSimDevice(int handle)
Parameters
Type |
Name |
Description |
Int32 |
handle |
|
|
Improve this Doc
View Source
HAL_GetSimValue(Int32, Value*)
Declaration
void HAL_GetSimValue(int handle, Value*value)
Parameters
|
Improve this Doc
View Source
HAL_SetSimValue(Int32, Value*)
Declaration
void HAL_SetSimValue(int handle, Value*value)
Parameters