Contents

nw_txt_record_applier_t

A block that iterates over values and keys in a TXT record dictionary.

Declaration

typealias nw_txt_record_applier_t = (UnsafePointer<CChar>, nw_txt_record_find_key_t, UnsafePointer<UInt8>, Int) -> Bool

Return Value

Return true to continue iterating, or false to stop iterating.

See Also

Data Types