ConnectFlags.password

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

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

Meta