ConnectFlags.userName

If the User Name Flag is set to 0, a user name MUST NOT be present in the payload. If the User Name Flag is set to 1, a user name MUST be present in the payload.

  1. bool userName [@property getter]
  2. bool userName [@property setter]
    struct ConnectFlags
    @safe pure @nogc nothrow @property
    void
    userName
    (
    in bool value
    )

Meta