DeviceSetScreenIndex Method  | 
 
            This method sets the screen index.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetScreenIndex(
	byte index
)
Public Sub SetScreenIndex ( 
	index As Byte
)
public:
void SetScreenIndex(
	unsigned char index
)
member SetScreenIndex : 
        index : byte -> unit 
Parameters
- index
 - Type: SystemByte
Screen index. 
Remarks
            This method requires firmware version 4.0 or higher.
            
See Also