Rockwell-automation 2727-MRSDK MobileView Terminals Software Developme Uživatelský manuál Strana 40

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 50
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 39
1 2 ... 35 36 37 38 39 40 41 42 43 44 45 ... 49 50

Komentáře k této Příručce

Žádné komentáře