Skip to main content

CFStreamCreatePairWithSocket

Function CFStreamCreatePairWithSocket 

Source
pub unsafe extern "C" fn CFStreamCreatePairWithSocket(
    alloc: CFAllocatorRef,
    sock: CFSocketNativeHandle,
    readStream: *mut CFReadStreamRef,
    writeStream: *mut CFWriteStreamRef,
)
Expand description

Apple SDK function CFStreamCreatePairWithSocket.