Picolo | Picolo Junior 4 | Picolo Pro 2 | Picolo Pro 3 | Picolo Tetra | Picolo Tymo | Picolo Alert | Picolo Diligent |
Domino Iota | Domino Alpha 2 | Domino Melody | Domino Harmony | Domino Symphony |
Grablink Value | Grablink Expert 2 | Grablink Avenue | Grablink Express | Grablink Quickpack ColorScan | Grablink Quickpack CFA | Grablink Full XR | Grablink Full | Grablink DualBase | Grablink Base |
Description
Type |
Enumerated |
Description |
State of the surface |
"Set" effect |
Sets the specified state to the surface, to be used with caution |
"Get" effect |
Returns the state of the surface |
Classification
Class |
Surface |
Category |
Surface Dynamics |
Level |
Adjust |
Identifiers
String |
SurfaceState |
C, C++ |
MC_SurfaceState |
.NET |
MC.SurfaceState |
Numerical |
31 |
This parameter allows to read and write the current state of the surface.
Possible values
Name |
Identifier |
Description |
FREE |
MC_SurfaceState_FREE |
The surface is ready to accept a grabbed image. |
FILLING |
MC_SurfaceState_FILLING |
The surface is currently receiving a grabbed image. |
FILLED |
MC_SurfaceState_FILLED |
The surface has finished receiving a grabbed image. |
PROCESSING |
MC_SurfaceState_PROCESSING |
The surface is currently processing the image. |
RESERVED |
MC_SurfaceState_RESERVED |
The surface is set aside by the application. |
For more information, refer to Surface States.