FEnetCommErrorCode 열거형
LS ELECTRIC(구 LS산전) FEnet 통신 오류 코드
네임스페이스: VagabondK.Protocols.LSElectric.FEnet
어셈블리: VagabondK.Protocols.LSElectric.dll
구문
public enum FEnetCommErrorCode
필드
이름 | 설명 |
---|---|
ErrorChecksum | BCC 오류 |
ErrorDataCount | 잘못된 데이터 개수. |
NotDefined | Not Defined |
ResponseCommandDoNotMatch | 요청과 응답의 커맨드가 일치하지 않음. |
ResponseDataBlockCountDoNotMatch | 요청과 응답의 데이터 블록 개수가 일치하지 않음. |
ResponseDataCountNotMatch | 요청과 응답의 데이터 개수가 일치하지 않음. |
ResponseDataTypeDoNotMatch | 요청과 응답의 데이터 타입이 일치하지 않음. |
ResponseLengthDoNotMatch | 응답의 길이 정보와 실제 길이가 일치하지 않음. |
ResponseTimeout | 응답 타임아웃 |