
48
3.29 SysSetVirtualOffMode
This function sets up "Enable" or "Disable" for the Virtual OFF function. The Virtual OFF function
makes the terminal become in such a condition that the power on the terminal has been turned off,
but the power to the integrated WLAN module (operable only on models with the WLAN module
integrated) is kept on for an immediate access right after the power on the terminal is turned on. See
note on the next page to set the terminal in the virtual OFF mode.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetVirtualOffMode function.
Calling Sequences
[C++]
DWORD SysSetVirtualOffMode(
DWORD dwVirtualOFFMode
)
[Visual Basic]
Public Shared Function SysSetVirtualOffMode( _
ByVal dwVirtualOFFMode As Int32 _
) As Int32
[C#]
public static Int32 SysSetVirtualOffMode(
Int32 dwVirtualOFFMode
);
Parameters
dwVirtualOFFMode
This parameter is for specifying "Enable" or "Disable" for the Virtual OFF function
selecting either of the values listed below.
VIRTUALOFF_ENABLE : Enables the Virtual OFF function.
VIRTUALOFF_DISABLE : Disables the Virtual OFF function. (Default)
Return Values
TRUE : Normal end
FALSE : Error
FUNCTION_UNSUPPORT : Unsupported error
Kommentare zu diesen Handbüchern