HTML Application SDK
A1.8
|
import"MacIdPlugin.idl";
Public Member Functions | |
String | getMacId ([in] Integer id) |
Public Attributes | |
const Integer | WiredNetwork = 0 |
const Integer | WirelessNetwork = 1 |
consists function that returns mac id
String MacId.getMacId | ( | [in] Integer | id | ) |
This function is used for getting MAC id of the device whose id is given. If no parameter is passed to the function, it returns the mac id of the device for wired network.
id | ID of the device: WiredNetwork or WirelessNetwork (If it is missing or invalid, default value is WiredNetwork) |
const Integer MacId.WiredNetwork = 0 |
Connection type wired
const Integer MacId.WirelessNetwork = 1 |
Connection type wireless