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; //¹Ø±Õ×ܵļ̵çÆ÷ºÍ·çÉȵŦÄܳɹ¦
|
|
|
}
|