ICandidateHandler
@protocol ICandidateHandler <NSObject>
Interface for recipient object of Candidate measurements
-
Get wait time for sending next Wall Clock Sync Request message
Declaration
Objective-C
- (uint32_t)getNextRequestWaitTime;
Swift
func getNextRequestWaitTime() -> UInt32
-
Get time between useful candidates
Declaration
Objective-C
- (uint64_t)getTimeBetweenUsefulCandidates;
Swift
func getTimeBetweenUsefulCandidates() -> UInt64