| | |
| | | ///7ï¼ç³è¯·ææ¡ |
| | | ///8ï¼ææ¡å°ä½ |
| | | ///9ï¼æ§è¡å½ä»¤ä¸ |
| | | ///10ï¼ç©ºçåå¤ |
| | | ///11ï¼æ»¡çåå¤ |
| | | /// </summary> |
| | | public short Command { get; set; } |
| | |
| | | get { return _barcode; } |
| | | set { _barcode = value.Replace("\0", "").Replace("\\0", ""); } |
| | | } |
| | | } |
| | | public class R_CLineCPHChannelInfo : DeviceCommand |
| | | { |
| | | /// <summary> |
| | | /// å·¥ä½å· |
| | | /// </summary> |
| | | public short R_ReadID { get; set; } |
| | | /// <summary> |
| | | /// å·¥ä½ç¶æ |
| | | /// 0:è±æº<br/> |
| | | /// 1:æå¨<br/> |
| | | /// 2:èªå¨<br/> |
| | | /// 3:èªå¨è¿è¡<br/> |
| | | /// 4:æ
é<br/> |
| | | /// </summary> |
| | | public short R_State { get; set; } |
| | | /// <summary> |
| | | /// ä»»å¡å· |
| | | /// </summary> |
| | | public int R_TaskNo { get; set; } |
| | | /// <summary> |
| | | /// ç®çå°å |
| | | /// </summary> |
| | | public short R_TargetAddress { get; set; } |
| | | } |
| | | public class R_RGVCPInfo : DeviceCommand |
| | | { |
| | |
| | | set { _barcode = value.Replace("\0", "").Replace("\\0", ""); } |
| | | } |
| | | } |
| | | public class R_ErrorYLDB : DeviceCommand |
| | | { |
| | | /// <summary> |
| | | /// æ
é |
| | | /// </summary> |
| | | public short R_Error { get; set; } |
| | | } |
| | | public class W_RGVCPInfo : DeviceCommand |
| | | { |
| | | /// <summary> |