Dreamine.PLC.Mitsubishi.MC
1.0.1
Dreamine.PLC.Mitsubishi.MC 산업 자동화 및 I/O 기능을 제공합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
MitsubishiMcBinary3EResponse.cs
이 파일의 문서화 페이지로 가기
1
namespace
Dreamine.PLC.Mitsubishi.MC.Protocol
;
2
11
public
sealed
class
MitsubishiMcBinary3EResponse
12
{
44
public
MitsubishiMcBinary3EResponse
(ushort endCode,
byte
[] data)
45
{
46
EndCode
= endCode;
47
Data
= data ??
throw
new
ArgumentNullException(nameof(data));
48
}
49
58
public
ushort
EndCode
{
get
; }
59
68
public
byte
[]
Data
{
get
; }
69
78
public
bool
IsSuccess
=>
EndCode
== 0x0000;
79
}
Dreamine.PLC.Mitsubishi.MC.Protocol
Definition
MitsubishiMcBinary3EFrameBuilder.cs:6
Dreamine.PLC.Mitsubishi.MC.Protocol.MitsubishiMcBinary3EResponse.MitsubishiMcBinary3EResponse
MitsubishiMcBinary3EResponse(ushort endCode, byte[] data)
Definition
MitsubishiMcBinary3EResponse.cs:44
Dreamine.PLC.Mitsubishi.MC.Protocol.MitsubishiMcBinary3EResponse.IsSuccess
bool IsSuccess
Definition
MitsubishiMcBinary3EResponse.cs:78
Dreamine.PLC.Mitsubishi.MC.Protocol.MitsubishiMcBinary3EResponse.EndCode
ushort EndCode
Definition
MitsubishiMcBinary3EResponse.cs:58
Dreamine.PLC.Mitsubishi.MC.Protocol.MitsubishiMcBinary3EResponse.Data
byte[] Data
Definition
MitsubishiMcBinary3EResponse.cs:68
Protocol
MitsubishiMcBinary3EResponse.cs
다음에 의해 생성됨 :
1.17.0