|
|
|
|
NetMACAddress (Function) In french: NetAdresseMAC Returns the MAC address (physical address) of one of the network cards found on the computer.
// Returns the MAC address of the computer Info(NetMACAddress())
Syntax
<Result> = NetMACAddress([<Rank of Network Card>])
<Result>: Character string - MAC address (in "aa:bb:cc:dd:ee:ff" format),
- Empty string ("") if a problem occurred.
<Rank of Network Card>: Optional integer Used to specify the number of the network card whose MAC address must be retrieved (for the computers equiped with several network cards). The rank of the first card is 0. If this parameter is negative, the address returned will be the one of the first network card.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|