ByteArrayPoint 클래스
Modbus Word(Holding Register, Input Register) 기반의 byte 배열 인터페이스 포인트
구현
상속된 멤버
네임스페이스: VagabondK.Interface.Modbus
어셈블리: VagabondK.Interface.Modbus.dll
구문
public class ByteArrayPoint : VariableLengthPoint<byte[]>, INotifyPropertyChanged, INotifyPropertyChanging, IInterfaceHandlerContainer<byte[]>, IInterfaceHandlerContainer, IEnumerable<InterfaceHandler>, IEnumerable
생성자
이름 | 설명 |
---|---|
ByteArrayPoint(byte, bool, ushort, int, bool, ModbusEndian, ushort?, ushort?, bool?, IEnumerable<InterfaceHandler>) | 생성자 |
메서드
이름 | 설명 |
---|---|
GetBytes(in byte[]) | byte 배열을 Word 단위 레지스터 기반 byte 배열로 직렬화 |
GetValue() | 로컬 레지스터로부터 byte 배열 가져오기 |