WPILibC++ 2023.4.3-108-ge5452e3
|
Listener event. More...
#include <cscore_c.h>
Public Attributes | |
enum CS_EventKind | kind |
CS_Source | source |
CS_Sink | sink |
const char * | name |
CS_VideoMode | mode |
CS_Property | property |
enum CS_PropertyKind | propertyKind |
int | value |
const char * | valueStr |
CS_Listener | listener |
Listener event.
enum CS_EventKind CS_Event::kind |
CS_Listener CS_Event::listener |
CS_VideoMode CS_Event::mode |
const char* 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 |
const char* CS_Event::valueStr |