●函数
▪添加一个设备
int32 ct3_add_device(
hd3_in const HD3Device* pDevice,
hd3_out uint32* pnDeviceID
);
●参数
▪pDevice
[in] 新增设备。
▪pnDeviceID
[out] 设备ID。
●返回值
查询成功,返回RD_SUCCESS。查询失败返回其它错误码,见error_code.h。
●举例
示例代码参见设备接口。
参见
▪ct3_query_devices_of_collector
©2015. All Rights Reserved.