
83
3.57 SysDisableCardDetect
This function turns off the power to the virtual card by disabling the card detect terminals and
removes or inserts 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 SysDisableCardDetect(
DWORD socket
)
[Visual Basic]
Public Shared Function SysDisableCardDetect( _
ByVal socket As Int32 _
) As Int32
[C#]
public static Int32 SysDisableCardDetect(
Int32 socket
);
Parameters
socket
This parameter is for specifying a card socket for removing or inserting the virtual card
selecting either of the values listed in the table.
Table 3.15 Setting values
Setting Value Card Type
DT-X11
IT-600
DT-X7
DT-X30
IT-3100
IT-800
IT-300
DT-X8
IT-9000
TYPE_PCMCIA PCMCIA card Y -- -- -- Y Y
Y Y Y
TYPE_CF CF card Y -- -- Y -- --
-- -- --
TYPE_SD SD card -- -- -- -- -- Y
Y Y Y
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
SYS_PARAMERR : Parameter error
Comentarios a estos manuales