maccatcher-0.1.0: Obtain the host MAC address on *NIX and Windows.

System.Info.MAC

Description

Obtain a MAC address for the host system, on *NIX and Windows. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Synopsis

Documentation

new :: IO (Maybe MAC)Source

Explicitly re-run the MAC catching operation. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

mac :: IO (Maybe MAC)Source

Return a host MAC address, using a cached value if it is available. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -