Changes between Version 9 and Version 10 of spec/IpduM


Ignore:
Timestamp:
Dec 5, 2022, 2:16:19 PM (17 months ago)
Author:
fujisft-kaji
Comment:

R21-11の反映(API仕様とサービスIDが変更されたケースの修正)

Legend:

Unmodified
Added
Removed
Modified
  • spec/IpduM

    v9 v10  
    1414  || [#IpduM_Init IpduM_Init]                       ||  0|| 0x00||  ○  ||  ○  ||
    1515  || [#IpduM_GetVersionInfo IpduM_GetVersionInfo]   ||  1|| 0x01||  ○  ||  ○  ||
    16   || [#IpduM_Transmit IpduM_Transmit]               ||  3[[BR]]73|| 0x03[[BR]]0x49||  ○  ||  ○  ||
     16  || [#IpduM_Transmit IpduM_Transmit]               ||  3[[BR]]73|| 0x03[[BR]]0x49||  ○[[BR]]-  ||  -[[BR]]○  ||
    1717  || [#IpduM_RxIndication IpduM_RxIndication]       || 66|| 0x42||  ○  ||  ○  ||
    1818  || [#IpduM_TxConfirmation IpduM_TxConfirmation]   || 64|| 0x40||  ○  ||  ○  ||
     
    178178
    179179== IpduM_RxIndication ==
     180* R4.0.3
    180181{{{
    181182void IpduM_RxIndication(PduIdType RxPduId, PduInfoType* PduInfoPtr)
    182183}}}
     184* R21-11
     185{{{
     186void IpduM_RxIndication (PduIdType RxPduId, const PduInfoType* PduInfoPtr)
     187}}}
    183188
    184189== IpduM_TxConfirmation ==
     190* R4.0.3
    185191{{{
    186192void IpduM_TxConfirmation(PduIdType TxPduId)
     193}}}
     194* R21-11
     195{{{
     196void IpduM_TxConfirmation (PduIdType TxPduId, Std_ReturnType result)
    187197}}}
    188198