Enum NtType
An enumeration of all types allowed in the NetworkTables.
Namespace: NetworkTables
Assembly: FRC.NetworkTables.dll
Syntax
[Flags]
public enum NtType : uint
Fields
| Name | Description |
|---|---|
| Boolean | Boolean type |
| BooleanArray | Boolean Array type |
| Double | Double type |
| DoubleArray | Double Array type |
| Raw | Raw type |
| Rpc | Rpc type |
| String | String type |
| StringArray | String Array type |
| Unassigned | No type assigned |