From 8bfc1215384797f9b709ee06bc721d472182f15b Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期三, 20 十一月 2024 15:11:44 +0800 Subject: [PATCH] feature 萤石摄像头翻转 --- EZSDK.IOS/EZSDK.IOS/ApiDefinition.cs | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/EZSDK.IOS/EZSDK.IOS/ApiDefinition.cs b/EZSDK.IOS/EZSDK.IOS/ApiDefinition.cs index 9219806..dd06179 100644 --- a/EZSDK.IOS/EZSDK.IOS/ApiDefinition.cs +++ b/EZSDK.IOS/EZSDK.IOS/ApiDefinition.cs @@ -47,8 +47,13 @@ [Export ("setHDlAccessToken:refreshToken:")] void SetHDlAccessToken (string accessToken, string refreshToken); - // -(void)setRequestHttpsHostAndPlatform:(NSString *)requestHttpsHost platform:(int)platform homeId:(NSString *)homeId; - [Export ("setRequestHttpsHostAndPlatform:platform:homeId:")] + + // -(void)configHDLServerAppKey:(NSString *)appKey appSecret:(NSString *)appSecret; + [Export("configHDLServerAppKey:appSecret:")] + void ConfigHDLServerAppKey(string appKey, string appSecret); + + // -(void)setRequestHttpsHostAndPlatform:(NSString *)requestHttpsHost platform:(int)platform homeId:(NSString *)homeId; + [Export ("setRequestHttpsHostAndPlatform:platform:homeId:")] void SetRequestHttpsHostAndPlatform (string requestHttpsHost, int platform, string homeId); // -(void)go2EZvizMonitor; -- Gitblit v1.8.0