init(_:)
Create a MAC Address from the provided data.
Declaration
init?(_ macAddressData: Data)Parameters
- macAddressData:
The native value for the MAC Address as data.
Return Value
The mac address, or nil if the input data was invalid and it could not be constructed.