BRZAuthDelagete Protocol Reference

Conforms to NSObject
Declared in BRZAuthDelagete.h

Overview

用于蓝牙连接握手认证的协议。如果厂商不直接使用IoT平台,需要实现此协议

– requestCipher:completionHandler: required method

蓝牙握手认证过程中请求密钥,通常需要厂商云访问IoT云的接口实现

- (void)requestCipher:(NSDictionary *)params completionHandler:(void ( ^ ) ( NSData *response , NSError *error ))completionHandler

Parameters

params

请求参数

completionHandler

完成回调

Discussion

蓝牙握手认证过程中请求密钥,通常需要厂商云访问IoT云的接口实现

Declared In

BRZAuthDelagete.h

– requestProductKey:completionHandler: required method

通过产品的ProductId请求产品的ProductKey

- (void)requestProductKey:(NSDictionary *)params completionHandler:(void ( ^ ) ( NSString *response , NSError *error ))completionHandler

Parameters

params

请求参数

completionHandler

完成回调

Discussion

通过产品的ProductId请求产品的ProductKey

Declared In

BRZAuthDelagete.h