Print_Range

typedef struct {...} Print_Range

Overview

Defines a struct for the page range to print.

Since: 13

Related module: OH_Print

Header file: ohprint.h

Summary

Member Variables

Name Description
uint32_t startPage Start page.
uint32_t endPage End page.
uint32_t pagesArrayLen Length of the page array.
uint32_t* pagesArray Page array.