level property Null safety

int level

A platform specific value used to determine the kind of control message.

Together with type, these two integers identify the kind of control message in a platform specific way. For example, on Linux certain combinations of these values indicate that this is a control message that carries ResourceHandles.

Implementation

int get level;