D0301
HTML Application SDK  A0.101
Public Member Functions | Public Attributes | List of all members
MacId Interface Reference

import"MacIdPlugin.idl";

Public Member Functions

String getMacId ([in] Integer id)
 

Public Attributes

const Integer WiredNetwork = 0
 
const Integer WirelessNetwork = 1
 

Detailed Description

consists function that returns mac id

Member Function Documentation

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.

var macId = MacId.getMacId();
Parameters
idID of the device: WiredNetwork or WirelessNetwork (If it is missing or invalid, default value is WiredNetwork)
Returns
returns mac id of device

Member Data Documentation

const Integer MacId.WiredNetwork = 0

Connection type wired

const Integer MacId.WirelessNetwork = 1

Connection type wireless


The documentation for this interface was generated from the following file: