Show / Hide Table of Contents

Struct NtString

NT String

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 NtString

Fields

| Improve this Doc View Source

len

String Length

Declaration
public UIntPtr len
Field Value
Type Description
UIntPtr
| Improve this Doc View Source

str

String Pointer

Declaration
public byte *str
Field Value
Type Description
Byte*
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet