interface IICCCReadData {
  method readData(out uint32 ret, in uint32 type, in buffer caller_ta_name, out buffer value);
};
