Show / Hide Table of Contents

Struct BoolArr

NT Boolean Array

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 BoolArr

Fields

| Improve this Doc View Source

arr

Array Pointer

Declaration
public NtBool*arr
Field Value
Type Description
NtBool*
| Improve this Doc View Source

len

Array Length

Declaration
public UIntPtr len
Field Value
Type Description
UIntPtr
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet