yev_get_flag()

yev_get_flag()#

yev_get_flag() retrieves the event flags associated with the given yev_event_h event.

Prototype

yev_flag_t yev_get_flag(
    yev_event_h yev_event
);

Parameters

Key

Type

Description

yev_event

yev_event_h

Handle to the event whose flags are to be retrieved.


Return Value

Returns the yev_flag_t flags associated with the specified event.

Notes

The returned flags indicate various properties of the event, such as whether it is periodic, uses TLS, or is connected.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples