Show / Hide Table of Contents

Class SimDeviceLowLevel

Inheritance
Object
SimDeviceLowLevel
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
Type Description
Int32
| 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
Type Name Description
Int32 device
String name
Int32 rdonly
Value initialValue
Returns
Type Description
Int32
| 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
Type Name Description
Int32 device
String name
Int32 rdonly
String[] options
Int32 initialValue
Returns
Type Description
Int32
| 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
Type Name Description
Int32 handle
Value value
| Improve this Doc View Source

SetSimValue(Int32, Value)

Declaration
public static void SetSimValue(int handle, in Value value)
Parameters
Type Name Description
Int32 handle
Value value
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet