FpgaManager
Software API Documentation
AsyncMmMemRdTransferResult< T > Struct Template Reference

Result of an asynchronous memory mapped transaction More...

Public Attributes

Memory< T > Buffer
 Buffer that took part in the transaction More...
 
int TransferredLength
 Actual transferred size in bytes More...
 
UInt32 Address
 Memory address/start address of the transaction More...
 
TransferStatus Status
 Transfer status More...
 

Detailed Description

Result of an asynchronous memory mapped transaction

Type Constraints
T :struct 

Member Data Documentation

◆ Address

UInt32 Address

Memory address/start address of the transaction

◆ Buffer

Memory<T> Buffer

Buffer that took part in the transaction

◆ Status

Transfer status

◆ TransferredLength

int TransferredLength

Actual transferred size in bytes


The documentation for this struct was generated from the following file: