程序包 | 说明 |
---|---|
com.fr.fs | |
com.fr.fs.base.entity | |
com.fr.fs.device | |
com.fr.fs.fun |
限定符和类型 | 方法和说明 |
---|---|
void |
FSConfigProvider.addUserDevice(java.lang.String username,
DeviceInfo deviceInfo)
添加一个用户和硬件信息的绑定
|
void |
FSConfig.addUserDevice(java.lang.String username,
DeviceInfo deviceInfo)
添加一个用户和硬件信息的绑定
|
限定符和类型 | 方法和说明 |
---|---|
DeviceInfo |
UserDeviceInfo.getDeviceInfo() |
限定符和类型 | 方法和说明 |
---|---|
DeviceInfo |
UserDevice.findDeviceInfoByMacAddress(java.lang.String macAddress)
根据设别的mac地址找到设备相关信息
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<DeviceInfo> |
UserDevice.getDeviceInfoList() |
限定符和类型 | 方法和说明 |
---|---|
void |
UserDevice.addDeviceInfo(DeviceInfo deviceInfo)
增加用户相关的设备信息
|
构造器和说明 |
---|
UserDevice(java.lang.String username,
DeviceInfo deviceInfo) |
限定符和类型 | 方法和说明 |
---|---|
void |
FSConfigCompatibleProcessor.compatibleWithDeviceInfo(DeviceInfo deviceInfo,
XMLableReader reader)
兼容设备信息
|