sec_protocol_options_set_key_update_block(_:_:_:)
Declaration
func sec_protocol_options_set_key_update_block(_ options: sec_protocol_options_t, _ key_update_block: @escaping sec_protocol_key_update_t, _ key_update_queue: dispatch_queue_t)Parameters
- options:
A
sec_protocol_options_tinstance. - key_update_block:
A
sec_protocol_key_update_tblock.
Discussion
Set the key update block.
A `dispatch_queue_t` on which the key update block should be called.