Elo TouchSystems ES601068 Rev A Graphics Tablet User Manual


 
Elo
®
Tablet NFC Reader Application Note
ES601068 Rev A, Page 19 of 23
5. EloGetMotherBoardSerialNumber_DW1(unsigned int *pSerialNumDw1);
Description: Retrieve the MotherBoard serial number higher 4 bytes.
OUT: The higher 4 bytes will be saved in pSerialNumDw1.
Successful Return value: STATUS_OK (0)
6. EloGetTabletSerialNumber_DW0(unsigned int *pSerialNumDw0);
Description: Retrieve the Tablet serial number lower 4 bytes.
OUT: The lower 4 bytes will be saved in pSerialNumDw0.
Successful Return value: STATUS_OK (0)
7. EloGetTabletSerialNumber_DW1(unsigned int *pSerialNumDw1);
Description: Retrieve the Tablet serial number higher 4 bytes.
OUT: The higher 4 bytes will be saved in pSerialNumDw1.
Successful Return value: STATUS_OK (0)
8. EloGetUUID_DW0(unsigned int *pUUID0);
Description: Retrieve UUID lowest 4 bytes.
OUT: The lowest 4 bytes will be saved in pUUID0.
Successful Return value: STATUS_OK (0)
9. EloGetUUID_DW1(unsigned int *pUUID1);
Description: Retrieve UUID lower 4 bytes.
OUT: The lower 4 bytes will be saved in pUUID1.