WPILibC++ 2024.3.2
NT_ValueEventData Struct Reference

NetworkTables value event data. More...

#include <ntcore_c.h>

Public Attributes

NT_Topic topic
 Topic handle. More...
 
NT_Handle subentry
 Subscriber/entry handle. More...
 
struct NT_Value value
 The new value. More...
 

Detailed Description

NetworkTables value event data.

Member Data Documentation

◆ subentry

NT_Handle NT_ValueEventData::subentry

Subscriber/entry handle.

◆ topic

NT_Topic NT_ValueEventData::topic

Topic handle.

◆ value

struct NT_Value NT_ValueEventData::value

The new value.


The documentation for this struct was generated from the following file: