objc

NXNetworkTime.h
Go to the documentation of this file.
1 
12 #pragma once
13 
19 @interface NXNetworkTime : NXObject {
20 @private
21  id<NetworkTimeDelegate> _delegate;
22  net_ntp_t *_ntp;
23 }
24 
32 
40 
50 - (void)setDelegate:(id<NetworkTimeDelegate>)delegate;
51 
52 @end
id sharedInstance()
A shared instance of the network time manager.
struct net_ntp_t net_ntp_t
Opaque NTP manager handle.
Definition: ntp.h:29
A class for managing network time synchronization.
Definition: NXNetworkTime.h:19
id< NetworkTimeDelegate > delegate()
Gets the current network time delegate.
The base class for objects in the Foundation framework.
Definition: NXObject.h:21
struct objc_object * id
A pointer to an instance of a class.
Definition: runtime.h:18