PQMacAddress.this

Creating from already separated octets

  1. this(ubyte a, ubyte b, ubyte c, ubyte d, ubyte e, ubyte f)
    struct PQMacAddress
    this
    (
    ubyte a
    ,
    ubyte b
    ,
    ubyte c
    ,
    ubyte d
    ,
    ubyte e
    ,
    ubyte f
    )
  2. this(ubyte[6] data)
  3. this(string s)
  4. ubyte a;
  5. ubyte b;
  6. ubyte c;
  7. ubyte d;
  8. ubyte e;
  9. ubyte f;

Meta