
23
3.5 SysSetBootup
This function sets up "Enable" or "Disable" for turning on the power by a wakeup factor. While the
terminal is kept off, the power on the terminal can be turned on by a wakeup factor. It enables
control on turning on the power.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetBootup function.
Calling Sequences
[C++]
DWORD SysSetBootup(
DWORD BootMode
)
[Visual Basic]
Public Shared Function SysSetBootup( _
ByVal BootMode As Int32 _
) As Int32
[C#]
public static Int32 SysSetBootup(
Int32 BootMode
);
Parameters
BootMode
This parameter specifies a sum of the values in OR operation selected in the below table to
control the power ON.
Table 3.12 Setting values
Setting Value Description
DT-X11
IT-600
DT-X7
DT-X30
IT-3100
IT-800
IT-300
DT-X8
IT-9000
BOOT_MULTI Turns on the power with the Multi
key.
- - - - - - - - -
BOOT_LEFT Turns on the power with the Left
key.
- - - - - - - - -
BOOT_RIGHT Turns on the power with the Right
key.
- - - - - - - - -
BOOT_LEFTTRIGGER Turns on the power with the Left
trigger key.
Y Y Y Y Y Y Y Y Y
BOOT_RIGHTTRIGGER Turns on the power with the Right
trigger key.
Y Y Y Y Y Y Y Y Y
BOOT_IOBOX Turns on the power by putting the
terminal on cradle.
Y Y Y Y Y Y Y Y Y
Kommentare zu diesen Handbüchern