
26
3.7 SysSetOffMaskTime
This function sets up a period of time between when the power is turned on and until when the
power is turned off.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetOffMaskTime function.
Calling Sequences
[C++]
DWORD SysSetOffMaskTime(
DWORD dwTime
)
[Visual Basic]
Public Shared Function SysSetOffMaskTime( _
ByVal dwTime As Int32 _
) As Int32
[C#]
public static Int32 SysSetOffMaskTime(
Int32 dwTime
);
Parameters
dwTime
This parameter is for specifying a period of time in second that the power cannot be turned
off with the Power key after it has been turned on. The defaults values for each model are
as follows. See note below.
IT-600, DT-X7, DT-X30, IT-800, IT-300, DT-X8, IT-9000 : 10
Other models : 5
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Note:
Do not set up a value in dwTime parameter smaller than the default indicated above for the
respective models.
Kommentare zu diesen Handbüchern