|
Service Discovery API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--opera
Placeholder for Opera-specific functionality.
Defined in service-discovery.js
| Field Summary | |
DeviceList |
nearbyDevices
Local devices available to this Opera instance. |
| Constructor Summary | |
opera()
This class has no public constructor. |
|
| Field Detail |
DeviceList nearbyDevices
This list contains all the devices this Opera instance has discovered on the local network.
You can access it as a regular JavaScript object, using both an index and an identifier:
device = opera.nearbyDevices[3];
device = opera.nearbyDevices[deviceId];
| Constructor Detail |
opera()
|
Service Discovery API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||