page_number


Description

Specifies how many memory pages there are.

Syntax

Int16 page_number

Read

Gets how many memory pages there.

Example

int numOfPages;
numOfPages = dsm.page_number;

Write

Sets new number of memory pages.

Example

dsm.page_number = 4;

Notes

The value for this property should correspond with the hardware paging settings. To see how to configure the hardware paging settings please see the DSM Manual.