CVBpy 14.0
NotifyArgs Class Reference

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.
 

Detailed Description

Event argument for notification events.

Member Function Documentation

◆ data()

Optional[Union[bool, float, int, str]] data (   self)

The raw data of the event.

Returns

Optional[Union[bool, float, int, str]] The raw data of the event.