
46
3.27 SysSetWakeOn
This function sets up "Enable" or "Disable" status for the WakeOn function of module. It can control
the WakeOn function for module integrated in the IT-3100 series.
Calling Sequences
[C++]
DWORD SysSetWakeOn(
DWORD dwWakeOnModules
)
[Visual Basic]
Public Shared Function SysSetWakeOn( _
ByVal dwWakeOnModules As Int32 _
) As Int32
[C#]
public static Int32 SysSetWakeOn(
Int32 dwWakeOnModules
);
Parameters
dwWakeOnModules
This parameter is for specifying "Enable" or "Disable" status for the WakeOn function
selecting either of the values listed below.
WAKEON_SERIAL14PIN : Enables WakeOn function with Serial 14-pin interface.
WAKEON_NON : Disables WakeOn function.
Return Values
TRUE : Normal end
FALSE : Internal error
FUNCTION_UNSUPPORT : Unsupported error
Comentários a estes Manuais