Describes interface shared between the Screening (scrndev) and PageBuffer (pgbdev) example device implementations. More...
#include "kit.h"
Functions | |
int32 | getScreenCount () |
Get the screen count. More... | |
void | setScreenCount (int32 count) |
Set the screen count. More... | |
ScreenData * | getScreenList () |
Get the screen list. More... | |
void | setScreenList (ScreenData *pScreenList) |
Set the screen list. More... | |
Describes interface shared between the Screening (scrndev) and PageBuffer (pgbdev) example device implementations.
int32 getScreenCount | ( | ) |
Get the screen count.
ScreenData* getScreenList | ( | ) |
Get the screen list.
void setScreenCount | ( | int32 | count | ) |
Set the screen count.
count | The screen count, which can be zero. |
void setScreenList | ( | ScreenData * | pScreenList | ) |
Set the screen list.
pScreenList | The screen list, which can be NULL. |