![]() |
WPILibC++ 2025.3.2
|
Listener event. More...
#include <cscore_c.h>
Public Attributes | |
| enum CS_EventKind | kind |
| CS_Source | source |
| CS_Sink | sink |
| struct WPI_String | name |
| CS_VideoMode | mode |
| CS_Property | property |
| enum CS_PropertyKind | propertyKind |
| int | value |
| struct WPI_String | valueStr |
| CS_Listener | listener |
Listener event.
| enum CS_EventKind CS_Event::kind |
| CS_Listener CS_Event::listener |
| CS_VideoMode CS_Event::mode |
| struct WPI_String CS_Event::name |
| CS_Property CS_Event::property |
| enum CS_PropertyKind CS_Event::propertyKind |
| CS_Sink CS_Event::sink |
| CS_Source CS_Event::source |
| int CS_Event::value |
| struct WPI_String CS_Event::valueStr |