Enum SelectBuf
The two writable display buffers in the simple dialog mode.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public enum SelectBuf
Fields
| Name | Description |
|---|---|
| Both | Write to both buffers. Note : this is only appalicable for G15 DurasignMobile pad |
| CurrentBuffer | Write to the visible buffer. Changes become visible immediately. |
| ShadowBuffer | Write to the invisible shadow buffer. Changes on the shadow buffer may become visible by UpdateSimpleDialogDisplay(CopyBufOption) |