Builder

class Builder(code: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(code: Int = 0)

Functions

Link copied to clipboard

Returns an instance of MessageFlags that has all bits set that are currently set in this Builder.

Link copied to clipboard
operator fun MessageFlag.unaryMinus()

Unsets all bits in the Builder that are set in this MessageFlag.

operator fun MessageFlags.unaryMinus()

Unsets all bits in the Builder that are set in this MessageFlags.

Link copied to clipboard
operator fun MessageFlag.unaryPlus()

Sets all bits in the Builder that are set in this MessageFlag.

operator fun MessageFlags.unaryPlus()

Sets all bits in the Builder that are set in this MessageFlags.