MemoryAccess Methods |
The MemoryAccess type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Called to indicate that memory access is no longer required.
| |
| GetPreferredAddress |
Returns the preferred access to the address space.
The underlying protocol may prefer the user to access more data than addressed.
| |
| GetRequiredAddress |
Returns the required access to the address space.
The underlying protocol may require the user to access more data than addressed.
| |
| Read(AccessParameters, IOErrorHandler, Object, Signal) |
Block read data from the peer.
| |
| Read(Buffer, MemoryAddress, AccessParameters, IOErrorHandler, Object, Signal) |
Block read data from the peer.
| |
| ReadAsync(Boolean, AccessParameters, IOErrorHandler, Object, Signal) |
Block read data from the peer.
| |
| ReadAsync(Boolean, Buffer, MemoryAddress, AccessParameters, IOErrorHandler, Object, Signal) |
Block read data from the peer.
| |
| ToString |
Returns a string representation of the memory access.
(Overrides ObjectToString.) | |
| Write |
Block write data to the peer.
| |
| WriteAsync |
Block write data to the peer.
|