CXM_message_constants.anubis
2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
*
* User: David RENE
* Date: 07/04/2007
* Time: 16:06
* (c) Calexium
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
// **************** PACKAGE BUILDER ***************
public define Int32 _CXM_PKG_MSG_BASIS = 0x33770400. //
public define Int32 _CXM_PKG_CONTAINER = 0x33770401.
public define Int32 _CXM_PKG_HEADER_PART = 0x33770402. // Header Message for Script
public define Int32 _CXM_PKG_SCRIPT_PART = 0x33770403. // Main Message for Script
public define Int32 _CXM_PKG_S_ADD_FILE = 0x33770404. // script action to add file in the destination
public define Int32 _CXM_PKG_INDEX_PART = 0x33770440. // ID of package Index part
public define Int32 _CXM_PKG_IDX_ENTRY = 0x33770441. // Index entry information
// **************** UPDATE SERVICE ***************
public define Int32 _CXM_UPDATE_SERVICE_MSG_BASIS = 0x33770800. //
public define Int32 _CXM_UPD_SERVICE_ID = 0x33770801.
public define Int32 _CXM_UPD_HAS_UPDATE = 0x33770802. //
// **************** SERVICE NEGOCIATION ***************
public define Int32 _CXM_SERVICE_NEGOCIATION_BASIS = 0x33770C00. //
public define Int32 _CXM_REQUEST_FOR_SERVICE = 0x33770C01. //
// **************** GENERIC PROTOCOL ***************
public define Int32 _CXM_GENERIC_PROTOCOL_BASIS = 0x33771000. //
public define Int32 _CXM_ACK = 0x33771001. //
public define Int32 _CXM_ACK_RESULT_MSG = 0x33771002. //
// **************** FTP SERVICE ***************
public define Int32 _CXM_FTP_SERVICE_MSG_BASIS = 0x33771400. //
public define Int32 _CXM_FTP_SERVICE_ID = 0x33771401.
public define Int32 _CXM_FTP_GET_FILE = 0x33771402.
public define Int32 _CXM_FTP_START_TRANSFERT = 0x33771403.
public define Int32 _CXM_FTP_DATA = 0x33771404.
// ************** LOGGER SERVICE **************
public define Int32 _CXM_LOGGER_SERVICE_MSG_BASIS = 0x33771800. //
public define Int32 _CXM_LOGGER_SERVICE_ID = 0x33771801.
public define Int32 _CXM_LOGGER_LOG = 0x33771802.