Wrap echo and info properties

This commit is contained in:
Sergey Abramchuk
2017-04-24 16:04:25 +03:00
parent 39701d0170
commit 0b0a7fcddf
2 changed files with 27 additions and 1 deletions
+10
View File
@@ -190,4 +190,14 @@ typedef NS_ENUM(NSInteger, OpenVPNTLSCertProfile) {
*/
@property (nullable, nonatomic) NSDictionary<NSString *, NSString *> *peerInfo;
/**
Pass through pushed "echo" directives via "ECHO" event
*/
@property (nonatomic) BOOL echo;
/**
Pass through control channel INFO notifications via "INFO" event
*/
@property (nonatomic) BOOL info;
@end