type TkdDirectRRAMRange = class(
TkdDirectMemoryRange
)
TkdDirectMemoryRange
> TkdRange
> TkdResource
![]() | property MapType; |
![]() | property MemProt; |
![]() | property RangeFrom; |
![]() | property RangeTo; |
![]() | property UserDirectAddr; |
![]() | property MapType; |
MapType property is now made published and specifies whether the mapped data of the direct real RAM range belongs to the only process that currently uses this range or may be shared by read between other processes. See for syntax and additional info: MapType
![]() | property MemProt; |
MemProt property is now made published and specifies the desirable access mode to the direct real RAM range. See for syntax and additional info: MemProt
![]() | property RangeFrom; |
RangeFrom property is now made published and specifies the low bound of the direct real RAM range. See for syntax: RangeFrom
![]() | property RangeTo; |
RangeTo property is now made published and specifies the upper bound of the direct real RAM range. See for syntax: RangeTo
![]() | property UserDirectAddr; |
UserDirectAddr property is now made published and is an accessor for obtaining the pointer required for direct access to the direct real RAM range from the user space. See for syntax and additional info: UserDirectAddr