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]
    struct ConnectFlags
    @safe pure @nogc nothrow @property const
    bool
    password
    ()
  2. bool password [@property setter]

Meta