mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Wrap clock tick property
This commit is contained in:
@@ -359,4 +359,12 @@ using namespace openvpn;
|
||||
_config.info = info;
|
||||
}
|
||||
|
||||
- (NSUInteger)clockTick {
|
||||
return _config.clockTickMS;
|
||||
}
|
||||
|
||||
- (void)setClockTick:(NSUInteger)clockTick {
|
||||
_config.clockTickMS = clockTick;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user