ICandidateHandler

@protocol ICandidateHandler <NSObject>

Interface for recipient object of Candidate measurements

  • Adds this candidate measurement to the recipient’s queue and return

    Declaration

    Objective-C

    - (void)enqueueCandidate:(Candidate *)candidate;

    Swift

    func enqueue(_ candidate: Candidate!)
  • 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