Public Member Functions | Properties | List of all members
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). More...
 
 size = property
 int: Size of the data delivered with the event. More...
 

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.

Property Documentation

◆ data_type

data_type = property
static

int: The data type of the data delivered with the event (see cvb.NotifyDataType).

◆ size

size = property
static

int: Size of the data delivered with the event.