lambtron
Full Member level 5
- Joined
- Nov 2, 2005
- Messages
- 251
- Helped
- 34
- Reputation
- 68
- Reaction score
- 8
- Trophy points
- 1,298
- Location
- Portland, OR
- Activity points
- 3,546
How can I receive IEEE-1394 (firewire) asynchronous stream packets under Windows XP?
In the case of async non-stream packets I would call AllocateAddressRange() to set up packet receives. This installs a notification callback that executes in response to a received 1394 async write request (and/or read/lock request).
I haven't found a similar function for async stream packets and there appears to be zero information about this topic anywhere, including the µsoft literature. Does anyone out there know how to install a notification callback for async stream packets?
In the case of async non-stream packets I would call AllocateAddressRange() to set up packet receives. This installs a notification callback that executes in response to a received 1394 async write request (and/or read/lock request).
I haven't found a similar function for async stream packets and there appears to be zero information about this topic anywhere, including the µsoft literature. Does anyone out there know how to install a notification callback for async stream packets?