QtsUdp  0.9.1
 All Classes Files Functions Properties
QtsUdp.h
Go to the documentation of this file.
1 //
2 // QtsUdp.h
3 // QTSHTTPSDK
4 //
5 // Created by QNAP on 2013/11/22.
6 // Copyright (c) 2013年 QNAP Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
16 @interface QNRemoteNas : NSObject
17 {
23  NSString* activeMACValue;
24  NSString* group;
25  NSString* MACAddress;
26  NSString* IPAddress;
27  NSString* externalAddress;
28  NSString* DDNS;
29  NSString* myCloudNas;
30  NSString* displayModelName;
31  NSString* serverName;
32  NSString* version;
33 }
34 
36 @property (assign) BOOL isConfigured;
38 @property (assign) int adminWebPort;
40 @property (assign) int webServerPort;
42 @property (assign) int secureWebServerPort;
44 @property (assign) int secureAdminWebPort;
46 @property (strong) NSString* activeMACValue;
48 @property (strong) NSString* group;
50 @property (strong) NSString* MACAddress;
52 @property (strong) NSString* IPAddress;
54 @property (strong) NSString* externalAddress;
56 @property (strong) NSString* DDNS;
58 @property (strong) NSString* myCloudNas;
60 @property (strong) NSString* displayModelName;
62 @property (strong) NSString* serverName;
64 @property (strong) NSString* version;
65 
66 @end
67 
75 @interface QNQtsUdp : NSObject
76 
87 -(void)startSearchNasWithSuccess:(void(^)(QNRemoteNas* nasInfo))success;
88 
96 -(void)stopSearchNas;
97 
98 @end
NSString * activeMACValue
Definition: QtsUdp.h:23
NSString * displayModelName
Definition: QtsUdp.h:30
int secureAdminWebPort
Definition: QtsUdp.h:22
void stopSearchNas()
Stop search QNAP turbo NAS.
NSString * version
Definition: QtsUdp.h:32
NSString * externalAddress
Definition: QtsUdp.h:27
NSString * IPAddress
Definition: QtsUdp.h:26
NSString * DDNS
Definition: QtsUdp.h:28
int secureWebServerPort
Definition: QtsUdp.h:21
BOOL isConfigured
Definition: QtsUdp.h:18
NSString * MACAddress
Definition: QtsUdp.h:25
NSString * group
Definition: QtsUdp.h:24
NSString * serverName
Definition: QtsUdp.h:31
NSString * myCloudNas
Definition: QtsUdp.h:29
Remote QNAP Turbo NAS info.
Definition: QtsUdp.h:16
int webServerPort
Definition: QtsUdp.h:20
QTS UDP service class.
Definition: QtsUdp.h:75
int adminWebPort
Definition: QtsUdp.h:19