
21
3.4 SysGetSystemName
This function retrieves names and/or paths for the folders and ports listed below. Each name listed
below is different according to model number of CASIO handheld terminals.
• Flash folder
• CF1 Card folder
• CF2 Card folder
• SD Card folder
• Bluetooth Client Serial port
• Bluetooth Server Serial port
• Bluetooth Dial-up port
• Bluetooth LAN port
• IrDA Raw COM port
• USB Serial COM port
• Serial COM port #1
• Serial COM port #2
• Card Serial COM port #1
• Card Serial COM port #2
• Storage path for the Laser configuration file
• Storage path for the Imager configuration file
Calling Sequences
[C++]
DWORD SysGetSystemName(
DWORD dwValueID,
TCHAR *lpValueName
)
[Visual Basic]
Public Shared Function SysGetSystemName( _
ByVal dwValueID As Int32 _
ByVal lpValueName As Char() _
) As Int32
[C#]
public static Int32 SysGetSystemName(
Int32 dwValueID,
Char[] lpValueName
);
Comentarios a estos manuales