ChipDetailsStruct constructor

ChipDetailsStruct()

Implementation

ChipDetailsStruct():super(){
   name = Pointer.fromAddress(0);
   label = Pointer.fromAddress(0);
   numLines = 0;
 }