page
Description
Specifies the current page.
Syntax
UInt16 page
Read
Gets the current page.
Example
int currentPage;
currentPage = dsm.page;
Write
Sets to a new page.
Example
dsm.page = 1;
Notes
When there is only one page, only Page 0 is available. When there are two pages, Page 0 and 1 are available. When four pages are available, Page 0, 1, 2, and 3 are available. There is also a parser command that sets this property.