level property

  1. @override
int get level
override

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

@override
int get level => socketControlMessage.level;