Rockwell-automation 2727-MRSDK MobileView Terminals Software Developme Bedienungsanleitung Seite 40

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 50
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 39
Publication 2727-UM004B-EN-P - February 2004
4-16 SDK (Software Development Kit) for MobileView Terminals
KtpGetEEPromData
KtpWriteByteToEEProm
KtpReadByteToEEProm
Table 4.35
Declaration:
Visual C: UINT8 KtpGetEEPromData(/*out*/TEEPromData *data);
Visual Basic: not implemented.
Description: Reads data from the EEProm.
Arguments: TEEPromData data: data structure for the data contained in the
EEProm
Table 4.36
Declaration:
Visual C: UINT8 KtpWriteByteToEEProm (/*in*/UINT16 addr, UINT8 data);
Visual
Basic:
KtpWriteByteToEEProm (ByVal addr As Integer, ByVal data As Byte) As
Byte;
Description: Writes a byte to the EEProm location transferred in addr.
Arguments: UINT16 addr: address of memory location
UINT8 data: data for saving
Table 4.37
Declaration:
Visual C: UINT8 KtpReadByteToEEProm (/*in*/UINT16 addr, /*out*/ UINT8 *pData);
Visual
Basic:
KtpWriteByteToEEProm (ByVal addr As Integer, ByRef pData as Byte) As
Byte;
Description: Reads a byte from the EEProm location transferred in addr.
Arguments: UINT16 addr: address of memory location
UINT8 *pData: data from the EEProm
Seitenansicht 39
1 2 ... 35 36 37 38 39 40 41 42 43 44 45 ... 49 50

Kommentare zu diesen Handbüchern

Keine Kommentare