Show / Hide Table of Contents

Struct NtBool

NT Bool for interop

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: NetworkTables.Natives
Assembly: FRC.NetworkTables.dll
Syntax
public struct NtBool

Constructors

| Improve this Doc View Source

NtBool(Boolean)

Creates an NT Bool from a bool

Declaration
public NtBool(bool value)
Parameters
Type Name Description
Boolean value
| Improve this Doc View Source

NtBool(Int32)

Creates an NT Bool from an int

Declaration
public NtBool(int value)
Parameters
Type Name Description
Int32 value

value

Methods

| Improve this Doc View Source

Get()

Gets the value

Declaration
public bool Get()
Returns
Type Description
Boolean

value

Operators

| Improve this Doc View Source

Implicit(Boolean to NtBool)

Converts a bool to an NT Bool

Declaration
public static implicit operator NtBool(bool value)
Parameters
Type Name Description
Boolean value

bool balue

Returns
Type Description
NtBool
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet