[][src]Crate nt

nt

nt is an library implementing client and server functionality for the NetworkTables rev. 3 protocol

The provided NetworkTables struct contains methods for querying the state of the connection, accessing, as well as updating and creating entries that will be synced to the server.

Structs

Client
EntryData
NetworkTables

Core struct representing a connection to a NetworkTables server

Server

Enums

CallbackType
EntryType
EntryValue
ServerCallbackType

Traits

NTBackend
State

Type Definitions

Action
Result

Base result type for nt-rs

ServerAction