init(ethernetAddress:)
Creates a MAC address from the specified 48-bit Ethernet address.
Declaration
init(ethernetAddress: ether_addr_t)Parameters
- ethernetAddress:
A 48-bit Ethernet address.
Return Value
A MAC address object with the specified Ethernet address.