Casio DT-X8 Series Bedienungsanleitung Seite 19

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 171
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 18
19
3.2 SysGetDeviceIDCode
This function retrieves device ID written in the EEPROM.
Calling Sequences
[C++]
DWORD SysGetDeviceIDCode(
TCHAR *pdwDevID
)
[Visual Basic]
Public Shared Function SysGetDeviceIDCode( _
ByVal pdwDevID As Char() _
) As Int32
[C#]
public static Int32 SysGetDeviceIDCode(
Char[] pdwDevID
);
Parameters
pdwDevID
This parameter is for retrieving UUID that expresses the device ID. See notes below.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Notes:
The UUID returns a character string that consists of characters up to 32. For this reason, be
sure to allocate an area in the memory for more than 33 characters.
Before calling this function, be sure to clear the area with zero.
Seitenansicht 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 170 171

Kommentare zu diesen Handbüchern

Keine Kommentare