CnetCommErrorCode 열거형
LS ELECTRIC(구 LS산전) Cnet 통신 오류 코드
네임스페이스: VagabondK.Protocols.LSElectric.Cnet
어셈블리: VagabondK.Protocols.LSElectric.dll
구문
public enum CnetCommErrorCode
필드
이름 | 설명 |
---|---|
ErrorBCC | BCC 오류 |
ErrorDataCount | 잘못된 데이터 개수. |
NotDefined | Not Defined |
ResponseCommandDoNotMatch | 요청과 응답의 커맨드가 일치하지 않음. |
ResponseCommandTypeDoNotMatch | 요청과 응답의 커맨드 타입이 일치하지 않음. |
ResponseDataBlockCountDoNotMatch | 요청과 응답의 데이터 블록 개수가 일치하지 않음. |
ResponseDataCountNotMatch | 요청과 응답의 데이터 개수가 일치하지 않음. |
ResponseHeaderError | 응답 헤더가 ACK나 NAK가 아님 |
ResponseMonitorNumberDoNotMatch | 요청과 응답의 모니터 번호가 일치하지 않음. |
ResponseParseHexError | 응답 메시지에서 16진수 문자열 파싱 중 오류 발생. |
ResponseStationNumberDoNotMatch | 요청과 응답의 국번이 일치하지 않음. |
ResponseTailError | 응답 종결이 EOT가 아님. |
ResponseTimeout | 응답 타임아웃 |