阅读( 276 ) 我要纠错

6.1、错误码

public class bx5k_err


{


public const int ERR_NO = 0; //No Error


public const int ERR_OUTOFGROUP = 1; //Command Group Error


public const int ERR_NOCMD = 2; //Command Not Found


public const int ERR_BUSY = 3; //The Controller is busy now


public const int ERR_MEMORYVOLUME = 4; //Out of the Memory Volume


public const int ERR_CHECKSUM = 5; //CRC16 Checksum Error


public const int ERR_FILENOTEXIST = 6; //File Not Exist


public const int ERR_FLASH = 7;//Flash Access Error


public const int ERR_FILE_DOWNLOAD = 8; //File Download Error 


public const int ERR_FILE_NAME = 9; //Filename Error


public const int ERR_FILE_TYPE = 10;//File type Error 


public const int ERR_FILE_CRC16 = 11;//File CRC16 Error 


public const int ERR_FONT_NOT_EXIST = 12;//Font Library Not Exist 


public const int ERR_FIRMWARE_TYPE = 13;//Firmware Type Error (Check the controller type) 


public const int ERR_DATE_TIME_FORMAT = 14;//Date Time format error 


public const int ERR_FILE_EXIST = 15;//File Exist for File overwrite 


public const int ERR_FILE_BLOCK_NUM = 16;//File block number error 


public const int ERR_COMMUNICATE = 100;//通信失败 


public const int ERR_PROTOCOL = 101;//协议数据不正确 


public const int ERR_TIMEOUT = 102;//通信超时 


public const int ERR_NETCLOSE = 103;//通信断开 


public const int ERR_INVALID_HAND = 104;//无效句柄 


public const int ERR_PARAMETER = 105;//参数错误 


public const int ERR_SHOULDREPEAT = 106;//需要重复上次数据包 


public const int ERR_FILE = 107;//无效文件 


}




×