Show / Hide Table of Contents

Struct SimDevice

Implements
IDisposable
IEquatable<SimDevice>
Inherited Members
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
public struct SimDevice : IDisposable, IEquatable<SimDevice>

Constructors

| Improve this Doc View Source

SimDevice(Int32)

Declaration
public SimDevice(int handle)
Parameters
Type Name Description
Int32 handle

Properties

| Improve this Doc View Source

NativeHandle

Declaration
public int NativeHandle { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

Create(String)

Declaration
public static SimDevice Create(string name)
Parameters
Type Name Description
String name
Returns
Type Description
SimDevice
| Improve this Doc View Source

Create(String, Int32)

Declaration
public static SimDevice Create(string name, int index)
Parameters
Type Name Description
String name
Int32 index
Returns
Type Description
SimDevice
| Improve this Doc View Source

Create(String, Int32, Int32)

Declaration
public static SimDevice Create(string name, int index, int channel)
Parameters
Type Name Description
String name
Int32 index
Int32 channel
Returns
Type Description
SimDevice
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Equals(SimDevice)

Declaration
public bool Equals(SimDevice other)
Parameters
Type Name Description
SimDevice other
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
Object other
Returns
Type Description
Boolean
Overrides
ValueType.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
ValueType.GetHashCode()

Operators

| Improve this Doc View Source

Equality(SimDevice, SimDevice)

Declaration
public static bool operator ==(SimDevice x, SimDevice y)
Parameters
Type Name Description
SimDevice x
SimDevice y
Returns
Type Description
Boolean
| Improve this Doc View Source

False(SimDevice)

Declaration
public static bool operator false (SimDevice device)
Parameters
Type Name Description
SimDevice device
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(SimDevice, SimDevice)

Declaration
public static bool operator !=(SimDevice x, SimDevice y)
Parameters
Type Name Description
SimDevice x
SimDevice y
Returns
Type Description
Boolean
| Improve this Doc View Source

True(SimDevice)

Declaration
public static bool operator true (SimDevice device)
Parameters
Type Name Description
SimDevice device
Returns
Type Description
Boolean

Implements

IDisposable
IEquatable<T>
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet