Contents

enqueueIORequest(with:transactionList:transactionListCount:firstFrameNumber:options:completionHandler:)

Declaration

func enqueueIORequest(with data: NSMutableData, transactionList: UnsafeMutablePointer<IOUSBHostIsochronousTransaction>, transactionListCount: Int, firstFrameNumber: UInt64, options: IOUSBHostIsochronousTransferOptions = [], completionHandler: (@Sendable (IOReturn, UnsafeMutablePointer<IOUSBHostIsochronousTransaction>) -> Void)? = nil) throws
func enqueueIORequest(with data: NSMutableData, transactionList: UnsafeMutablePointer<IOUSBHostIsochronousTransaction>, transactionListCount: Int, firstFrameNumber: UInt64, options: IOUSBHostIsochronousTransferOptions = []) async throws -> (IOReturn, UnsafeMutablePointer<IOUSBHostIsochronousTransaction>)

Discussion

See Also

Instance Methods