This class contains information about available memory access types.
More...
#include <CDataController.h>
|
| bool | canRead () |
| | Returns true, if read is available.
|
| bool | canReadInRealtime () |
| | Returns true, if read in real time is available.
|
| bool | canWrite () |
| | Returns true, if writ is available.
|
| bool | canWriteInRealtime () |
| | Returns true, if write in real time is available.
|
This class contains information about available memory access types.
◆ canRead()
| bool isys::CMemoryAccess::canRead |
( |
| ) |
|
|
inline |
Returns true, if read is available.
- Since
- 9.12.288
◆ canReadInRealtime()
| bool isys::CMemoryAccess::canReadInRealtime |
( |
| ) |
|
|
inline |
Returns true, if read in real time is available.
- Since
- 9.12.288
◆ canWrite()
| bool isys::CMemoryAccess::canWrite |
( |
| ) |
|
|
inline |
Returns true, if writ is available.
- Since
- 9.12.288
◆ canWriteInRealtime()
| bool isys::CMemoryAccess::canWriteInRealtime |
( |
| ) |
|
|
inline |
Returns true, if write in real time is available.
- Since
- 9.12.288