Vagabond K's Libraries Vagabond K's Libraries
Vagabond K's Libraries Vagabond K's Libraries
www.vagabond-k.com

검색 결과:

    ModbusReadWordResponse 클래스

    Word(Holding Register, Input Register) 읽기 응답

    상속
    object
    ModbusResponse
    ModbusOkResponse
    ModbusOkResponse<ModbusReadRequest>
    ModbusReadResponse
    ModbusReadWordResponse
    구현
    IModbusMessage
    IResponse
    IProtocolMessage
    상속된 멤버
    ModbusResponse.Request
    ModbusResponse.TransactionID
    네임스페이스: VagabondK.Protocols.Modbus
    어셈블리: VagabondK.Protocols.Modbus.dll
    구문
    public class ModbusReadWordResponse : ModbusReadResponse, IModbusMessage, IResponse, IProtocolMessage

    속성

    이름 설명
    Bytes

    응답 Word(Holding Register, Input Register)들의 Raw Byte 배열

    MessageCategory

    Modbus 메시지 카테고리

    Values

    응답 Word(Holding Register, Input Register) 배열

    메서드

    이름 설명
    GetDouble(ushort)

    특정 주소로부터 8 Byte 실수 값 가져오기

    GetDouble(ushort, ModbusEndian)

    특정 주소로부터 8 Byte 실수 값 가져오기

    GetInt16(ushort)

    특정 주소로부터 부호 있는 2 Byte 정수 값 가져오기

    GetInt16(ushort, bool)

    특정 주소로부터 부호 있는 2 Byte 정수 값 가져오기

    GetInt32(ushort)

    특정 주소로부터 부호 있는 4 Byte 정수 값 가져오기

    GetInt32(ushort, ModbusEndian)

    특정 주소로부터 부호 있는 4 Byte 정수 값 가져오기

    GetInt64(ushort)

    특정 주소로부터 부호 있는 8 Byte 정수 값 가져오기

    GetInt64(ushort, ModbusEndian)

    특정 주소로부터 부호 있는 8 Byte 정수 값 가져오기

    GetSingle(ushort)

    특정 주소로부터 4 Byte 실수 값 가져오기

    GetSingle(ushort, ModbusEndian)

    특정 주소로부터 8 Byte 실수 값 가져오기

    GetUInt16(ushort)

    특정 주소로부터 부호 없는 2 Byte 정수 값 가져오기

    GetUInt16(ushort, bool)

    특정 주소로부터 부호 없는 2 Byte 정수 값 가져오기

    GetUInt32(ushort)

    특정 주소로부터 부호 없는 4 Byte 정수 값 가져오기

    GetUInt32(ushort, ModbusEndian)

    특정 주소로부터 부호 없는 4 Byte 정수 값 가져오기

    GetUInt64(ushort)

    특정 주소로부터 부호 없는 8 Byte 정수 값 가져오기

    GetUInt64(ushort, ModbusEndian)

    특정 주소로부터 부호 없는 8 Byte 정수 값 가져오기

    Serialize()

    직렬화

    확장 메서드

    ConvertExtensions.ToNullable<T>(object)
    ConvertExtensions.To<T>(object, T)
    ConvertExtensions.TryConvert<T>(object, out T)
    PropertyExtensions.Get<TProperty>(object, ref TProperty, Func<TProperty>)
    PropertyExtensions.Set<TProperty>(object, ref TProperty, TProperty)
    GenericValueConverter.To<TSource, TTarget>(TSource)
    Copyright © 2024. Vagabond K. All Rights Reserved.