|
Dreamine.PLC.Mitsubishi.MC 1.0.1
Dreamine.PLC.Mitsubishi.MC 산업 자동화 및 I/O 기능을 제공합니다.
|
Public 멤버 함수 | |
| PlcResult< MitsubishiMcBinary3EResponse > | Parse (ReadOnlySpan< byte > frame) |
| PlcResult< short[]> | ParseReadWords (ReadOnlySpan< byte > frame, int count) |
| PlcResult< bool[]> | ParseReadBits (ReadOnlySpan< byte > frame, int count) |
정적 Private 멤버 함수 | |
| static ushort | ReadUInt16LittleEndian (ReadOnlySpan< byte > buffer, int offset) |
정적 Private 속성 | |
| const int | MinimumResponseLength = 11 |
Mitsubishi MC Binary 3E 응답 프레임을 구문 분석합니다.
MitsubishiMcBinary3EResponseParser.cs 파일의 13 번째 라인에서 정의되었습니다.
|
inline |
원시 Binary 3E 응답의 헤더, 길이, 종료 코드 및 데이터를 구문 분석합니다.
| frame | 응답 프레임입니다. |
MitsubishiMcBinary3EResponseParser.cs 파일의 48 번째 라인에서 정의되었습니다.
다음을 참조함 : MinimumResponseLength, ReadUInt16LittleEndian().
다음에 의해서 참조됨 : ParseReadBits(), ParseReadWords().


|
inline |
Binary 3E 읽기 응답에서 압축된 비트 값을 구문 분석합니다.
| frame | 응답 프레임입니다. |
| count | 예상 비트 수입니다. |
MitsubishiMcBinary3EResponseParser.cs 파일의 187 번째 라인에서 정의되었습니다.
다음을 참조함 : Parse().

|
inline |
Binary 3E 읽기 응답에서 워드 값을 구문 분석합니다.
| frame | 응답 프레임입니다. |
| count | 예상 워드 수입니다. |
MitsubishiMcBinary3EResponseParser.cs 파일의 123 번째 라인에서 정의되었습니다.
다음을 참조함 : Parse(), ReadUInt16LittleEndian().

|
inlinestaticprivate |
지정한 오프셋에서 리틀 엔디언 16비트 값을 읽습니다.
| buffer | 원본 버퍼입니다. |
| offset | 읽기 오프셋입니다. |
MitsubishiMcBinary3EResponseParser.cs 파일의 254 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Parse(), ParseReadWords().

|
staticprivate |
Minimum Response Length 값을 보관합니다.
MitsubishiMcBinary3EResponseParser.cs 파일의 23 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Parse().