BRZAuthDelagete Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | BRZAuthDelagete.h |
– 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