CXM_message_constants.anubis 1.87 KB
/*
 * 
 * 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.