Event argument for notification events. More...
Inherits object.
Public Member Functions | |
Optional[Union[bool, float, int, str]] | data (self) |
The raw data of the event. More... | |
Properties | |
data_type = property | |
int: The data type of the data delivered with the event (see cvb.NotifyDataType). | |
size = property | |
int: Size of the data delivered with the event. | |
Event argument for notification events.
Optional[Union[bool, float, int, str]] data | ( | self | ) |
The raw data of the event.
Optional[Union[bool, float, int, str]] The raw data of the event.