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

검색 결과:

    ReadUInt64FromInputRegisters 메서드

    소스 보기

    ReadUInt64FromInputRegisters(byte, ushort, ModbusEndian)

    Input Register에서 부호 없는 8 Byte 정수 값 읽기

    선언
    public ulong ReadUInt64FromInputRegisters(byte slaveAddress, ushort address, ModbusEndian endian)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    ModbusEndian endian

    엔디안

    반환
    형식 설명
    ulong

    Input Register의 부호 없는 8 Byte 정수 값

    소스 보기

    ReadUInt64FromInputRegisters(byte, ushort)

    Input Register에서 부호 없는 8 Byte 정수 값 읽기

    선언
    public ulong ReadUInt64FromInputRegisters(byte slaveAddress, ushort address)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    반환
    형식 설명
    ulong

    Input Register의 부호 없는 8 Byte 정수 값

    소스 보기

    ReadUInt64FromInputRegisters(byte, ushort, ModbusEndian, int)

    Input Register에서 부호 없는 8 Byte 정수 값 읽기

    선언
    public ulong ReadUInt64FromInputRegisters(byte slaveAddress, ushort address, ModbusEndian endian, int timeout)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    ModbusEndian endian

    엔디안

    int timeout

    제한시간(밀리초)

    반환
    형식 설명
    ulong

    Input Register의 부호 없는 8 Byte 정수 값

    소스 보기

    ReadUInt64FromInputRegisters(byte, ushort, int)

    Input Register에서 부호 없는 8 Byte 정수 값 읽기

    선언
    public ulong ReadUInt64FromInputRegisters(byte slaveAddress, ushort address, int timeout)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    int timeout

    제한시간(밀리초)

    반환
    형식 설명
    ulong

    Input Register의 부호 없는 8 Byte 정수 값

    Copyright © 2024. Vagabond K. All Rights Reserved.