Rockwell-automation 2727-MRSDK MobileView Terminals Software Developme Instrukcja Użytkownika Strona 40

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 50
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 39
1 2 ... 35 36 37 38 39 40 41 42 43 44 45 ... 49 50

Komentarze do niniejszej Instrukcji

Brak uwag