DELL
2025-04-28 e6eb7fb0af366e370f125668d62e89eb0004f517
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
package com.dev.dummyload.data;
 
public class DummyLoad_ComBase {
 
    
    
    public static final int     CMD_NULL                         =   0x00;    //¿ÕÃüÁî
 
    public static final int     CMD_Success                         =   1;        //²Ù×÷³É¹¦
 
    
    /*************************** É豸ÃüÁî ********************************************/
    public static final int     CMD_GetLoaderState                =   0x20;  //¶ÁÈ¡¸ºÔØ×´Ì¬ÃüÁî
    public static final int     CMD_GetLoaderVersion             =    0x21;  //¶ÁÈ¡¸ºÔذ汾ÐÅÏ¢
    public static final int     CMD_GetTempData                    =    0x31;  //»ñȡζÈÊý¾Ý
 
    
    public static final int     CMD_LoaderStop                    =    0x22;  //Í£Ö¹¼Ù¸ºÔع¤×÷
    public static final int     CMD_StartDischarge                =    0x24;  //Æô¶¯¼Ù¸ºÔطŵç²Ù×÷
    public static final int     CMD_StartCharge                    =    0x26;  //Æô¶¯¼Ù¸ºÔسäµç²Ù×÷
    public static final int     CMD_LoaderControl                =    0x28;  //ÉèÖüٸºÔص÷ÖÆ·ÅµçµçÁ÷
    public static final int     CMD_DisRlayControl                =    0x30;  //¹Ø±Õ×ܵļ̵çÆ÷ºÍ·çÉȵŦÄÜ
    /***********************************************************************/
    public static final int     CMD_LoaderStop_Ack                =    0x22;  //Í£Ö¹¼Ù¸ºÔع¤×÷³É¹¦
    public static final int     CMD_StartDischarge_Ack            =    0x24;  //Æô¶¯¼Ù¸ºÔطŵç²Ù×÷³É¹¦
    public static final int     CMD_StartCharge_Ack                =    0x26;  //Æô¶¯¼Ù¸ºÔسäµç²Ù×÷³É¹¦
    public static final int     CMD_LoaderControl_Ack            =    0x28;  //ÉèÖüٸºÔص÷ÖÆ·ÅµçµçÁ÷³É¹¦
    public static final int     CMD_DisRlayControl_Ack            =    0x30;  //¹Ø±Õ×ܵļ̵çÆ÷ºÍ·çÉȵŦÄܳɹ¦
    
    
}