public class LocalDeviceMgr extends java.lang.Object implements ILocalDeviceMgr
限定符和类型 | 方法和说明 |
---|---|
static ILocalDeviceMgr |
getInstance()
获取 ILocalDeviceMgr 接口实例。
|
java.util.List<DeviceInfo> |
getLanDevices()
获取之前发现的所有设备
|
void |
startDiscovery(android.content.Context context,
IDiscoveryListener listener)
开始设备发现
|
void |
stopDiscovery()
停止设备发现
启动发现设备后,随时可以使用此方法停止。 |
public static ILocalDeviceMgr getInstance()
ILocalDeviceMgr
public void startDiscovery(android.content.Context context, IDiscoveryListener listener)
ILocalDeviceMgr
startDiscovery
在接口中 ILocalDeviceMgr
context
- 当前上下文listener
- 监听器,请参见 IDiscoveryListener
public void stopDiscovery()
ILocalDeviceMgr
stopDiscovery
在接口中 ILocalDeviceMgr
public java.util.List<DeviceInfo> getLanDevices()
ILocalDeviceMgr
getLanDevices
在接口中 ILocalDeviceMgr
DeviceInfo