Skip to main content

CFSocketCopyPeerAddress

Function CFSocketCopyPeerAddress 

Source
pub extern "C-unwind" fn CFSocketCopyPeerAddress(
    s: &CFSocket,
) -> Option<CFRetained<CFData>>
👎Deprecated:

renamed to CFSocket::peer_address

Available on crate features CFData and CFSocket only.