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)

Meta