Global Functions in Global Namespace C++
in Sourcefile util.h


osl_getEthernetAddress
extern "C"
sal_Bool osl_getEthernetAddress(
sal_uInt8 * pEthernetAddr );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES

Parameters
pEthernetAddr
6 bytes of memory

    
Return
sal_True if the ethernetaddress could be retrieved.
sal_False if no address could be found. This may be either because there is no ethernet card or there is no appropriate algorithm implemented on the platform. In this case, pEthernetAddr is unchanged.

Top of Page