Skip to main content

CFSocketCopyRegisteredSocketSignature

Function CFSocketCopyRegisteredSocketSignature 

Source
pub unsafe extern "C-unwind" fn CFSocketCopyRegisteredSocketSignature(
    name_server_signature: *const CFSocketSignature,
    timeout: CFTimeInterval,
    name: Option<&CFString>,
    signature: *mut CFSocketSignature,
    name_server_address: *mut *const CFData,
) -> CFSocketError
👎Deprecated:

renamed to CFSocket::copy_registered_socket_signature

Available on crate features CFData and CFDate and CFSocket only.