Click or drag to resize

IDirectMemoryAccessService Methods

The IDirectMemoryAccessService type exposes the following members.

Methods
 NameDescription
Public methodGetPreferredAddress Returns the preferred access to the address space. The underlying protocol may prefer the user to access more data than addressed.
Public methodGetPreferredParameters Parameters to be applied to accesses.
Public methodGetRequiredAddress Returns the required access to the address space. The underlying protocol may require the user to access more data than addressed.
Public methodInternalReadV Vectored block read to the peer.
Public methodInternalWriteV Vectored block write to the peer.
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