Computer Hardware User Manual

Chapter 37 Security API | PCI-DMC-A01 / PCI-DMC-B01
37-6 Revised March, 2012
37.9 _DMC_01_ read_serialno
FORMAT
I16 PASCAL _DMC_01_ read_serialno (U16 CardNo, U32 Serialno)
Purpose
Reads product serial number in the Master Card memory.
Parameters
Name Data Type Unit Description
CardNo U16 Number Unit CardNo is between 0~15
Serialno U32 Number Product serial number in memory
Example
U16 CardNo=0;
U32 Serialno;
I16 status = _DMC_01_ read_serialno ( CardNo, &Serialno );