
84
3.58 SysEnableCardDetect
This function turns on the power to the virtual card by enabling the card detect terminals after
removing or inserting the virtual card.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetCardDetect function.
Calling Sequences
[C++]
DWORD SysEnableCardDetect(
DWORD socket
)
[Visual Basic]
Public Shared Function SysEnableCardDetect( _
ByVal socket As Int32 _
) As Int32
[C#]
public static Int32 SysEnableCardDetect(
Int32 socket
);
Parameters
socket
This parameter is for specifying a card socket for removing or inserting the virtual card. See
SysDisableCardDetect function for setting values.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
SYS_PARAMERR : Parameter error
Comentarios a estos manuales