Event argument for notification events. More...
Public Member Functions | |
| Optional[Union[bool, float, int, str]] | data (self) |
| The raw data of the event. | |
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.