plus

operator fun plus(flag: MessageFlag): MessageFlags(source)

Returns an instance of MessageFlags that has all bits set that are set in this and flag.


operator fun plus(flags: MessageFlags): MessageFlags(source)

Returns an instance of MessageFlags that has all bits set that are set in this and flags.