mmserv/tms/inc/tmscallclisrv.h
changeset 31 8dfd592727cb
parent 0 71ca22bcf22a
child 33 5e8b14bae8c3
equal deleted inserted replaced
22:128eb6a32b84 31:8dfd592727cb
    87     {
    87     {
    88     TMSCallType CallType;
    88     TMSCallType CallType;
    89     TMSStreamType StreamType;
    89     TMSStreamType StreamType;
    90     gint StreamId;
    90     gint StreamId;
    91     TMSFormatType FormatType;
    91     TMSFormatType FormatType;
       
    92     gint RetryTime;
    92     };
    93     };
    93 typedef TPckgBuf<TMSCliSrvStreamInitDataStruct>
    94 typedef TPckgBuf<TMSCliSrvStreamInitDataStruct>
    94         TMSCliSrvStreamInitDataStructBufPckg;
    95         TMSCliSrvStreamInitDataStructBufPckg;
    95 
    96 
    96 struct TMSCliSrvStreamOpDataStruct
    97 struct TMSCliSrvStreamOpDataStruct
    97     {
    98     {
    98     TMSCallType CallType;
    99     TMSCallType CallType;
    99     TMSStreamType StreamType;
   100     TMSStreamType StreamType;
   100     gint StreamId;
   101     gint StreamId;
       
   102     gint RetryTime;
   101     };
   103     };
   102 typedef TPckgBuf<TMSCliSrvStreamOpDataStruct>
   104 typedef TPckgBuf<TMSCliSrvStreamOpDataStruct>
   103         TMSCliSrvStreamOpDataStructBufPckg;
   105         TMSCliSrvStreamOpDataStructBufPckg;
   104 
   106 
   105 struct TMSCliSrvDataXferDataStruct
   107 struct TMSCliSrvDataXferDataStruct