Contents

init(_:)

Create a MAC Address from the provided octet components.

Declaration

init?(_ macAddressComponents: [UInt8])

Parameters

  • macAddressComponents:

    The native value for the MAC Address in octet components, as defined in the standard.

Return Value

The mac address, or nil if the input data was invalid and it could not be constructed.

See Also

Working with MAC Addresses as octet components