type property Null safety

int type

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

Together with level, 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 type;