Click or drag to resize

INotifyDirectMemoryAccessService Methods

The INotifyDirectMemoryAccessService type exposes the following members.

Methods
 NameDescription
Public methodAddDataChanged Add a handler to respond to data changed events.
Public methodGetPreferredAddress Returns the preferred access to the address space. The underlying protocol may prefer the user to access more data than addressed.
(Inherited from IDirectMemoryAccessService)
Public methodGetPreferredParameters Parameters to be applied to accesses.
(Inherited from IDirectMemoryAccessService)
Public methodGetRequiredAddress Returns the required access to the address space. The underlying protocol may require the user to access more data than addressed.
(Inherited from IDirectMemoryAccessService)
Public methodInternalReadV Vectored block read to the peer.
(Inherited from IDirectMemoryAccessService)
Public methodInternalWriteV Vectored block write to the peer.
(Inherited from IDirectMemoryAccessService)
Public methodRemoveDataChanged Remove a handler passed to AddDataChanged.
Top
Extension Methods
 NameDescription
Public Extension MethodReadV Vectored read request.
(Defined by DirectMemoryAccessService)
Public Extension MethodWriteV Vectored write request.
(Defined by DirectMemoryAccessService)
Top
See Also