iOS SDK
Device Communication
Query Device Information

Query Device Information

ℹ️

Currently only bleCapability and lanCapability are supported for retrieving device information

Query Device Information

let resDataBle = await device.bleCapability.getDeviceInfo()
let resDataLan = await device.lanCapability.getDeviceInfo()