Get Wireless Interface Name/Description
hello,
here code using. i'd name/description of wireless interface , parse wireless protocol (a, b, g, n) being used.
| results = networkinfo.networkinfo.findinterfaces(); | |||||
| for (var i:int =0; i<results.length; i++) { | |||||
| ethname = ethname + results[i].name; | |||||
| macaddress = macaddress + results[i].hardwareaddress.tostring(); |
i name when run code:
e9742b69-3b80-471a-af41-b38753474834
can me?
thanks!
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment