Commit 0901629cda48d07533a46922dec1a7421e631134
1 parent
12d12223
Added new message code
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
calexium_lib/CXM_message_constants.anubis
| ... | ... | @@ -94,6 +94,7 @@ public define Word32 _CXM_INSTALLER_SERVICE_ID = 0x33772001. |
| 94 | 94 | public define Word32 _CXM_INSTALLER_REGISTER_APP_ID = 0x33772002. |
| 95 | 95 | public define Word32 _CXM_INSTALLER_GET_NEW_SERIALS = 0x33772003. |
| 96 | 96 | public define Word32 _CXM_INSTALLER_CONFIRM_SERIALS_PUBLICATION = 0x33772004. |
| 97 | +public define Word32 _CXM_INSTALLER_GET_MODELS = 0x33772005. // returns the MF models list | |
| 97 | 98 | |
| 98 | 99 | // ************************************************* |
| 99 | 100 | // ************* MF API ************* | ... | ... |