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

검색 결과:

    Write 메서드

    소스 보기

    Write(byte, ushort, short, bool)

    부호 있는 2 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, short value, bool isBigEndian)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    short value

    쓸 값

    bool isBigEndian

    빅 엔디안 여부

    소스 보기

    Write(byte, ushort, ushort, bool)

    부호 없는 2 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, ushort value, bool isBigEndian)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    ushort value

    쓸 값

    bool isBigEndian

    빅 엔디안 여부

    소스 보기

    Write(byte, ushort, int, ModbusEndian)

    부호 있는 4 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, int value, ModbusEndian endian)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    int value

    쓸 값

    ModbusEndian endian

    엔디안

    소스 보기

    Write(byte, ushort, uint, ModbusEndian)

    부호 없는 4 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, uint value, ModbusEndian endian)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    uint value

    쓸 값

    ModbusEndian endian

    엔디안

    소스 보기

    Write(byte, ushort, long, ModbusEndian)

    부호 있는 8 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, long value, ModbusEndian endian)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    long value

    쓸 값

    ModbusEndian endian

    엔디안

    소스 보기

    Write(byte, ushort, ulong, ModbusEndian)

    부호 없는 8 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    ulong value

    쓸 값

    ModbusEndian endian

    엔디안

    소스 보기

    Write(byte, ushort, float, ModbusEndian)

    4 Byte 실수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, float value, ModbusEndian endian)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    float value

    쓸 값

    ModbusEndian endian

    엔디안

    소스 보기

    Write(byte, ushort, double, ModbusEndian)

    8 Byte 실수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, double value, ModbusEndian endian)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    double value

    쓸 값

    ModbusEndian endian

    엔디안

    소스 보기

    Write(byte, ushort, short)

    부호 있는 2 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, short value)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    short value

    쓸 값

    소스 보기

    Write(byte, ushort, ushort)

    부호 없는 2 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    ushort value

    쓸 값

    소스 보기

    Write(byte, ushort, int)

    부호 있는 4 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, int value)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    int value

    쓸 값

    소스 보기

    Write(byte, ushort, uint)

    부호 없는 4 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, uint value)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    uint value

    쓸 값

    소스 보기

    Write(byte, ushort, long)

    부호 있는 8 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, long value)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    long value

    쓸 값

    소스 보기

    Write(byte, ushort, ulong)

    부호 없는 8 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    ulong value

    쓸 값

    소스 보기

    Write(byte, ushort, float)

    4 Byte 실수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, float value)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    float value

    쓸 값

    소스 보기

    Write(byte, ushort, double)

    8 Byte 실수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, double value)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    double value

    쓸 값

    소스 보기

    Write(byte, ushort, short, bool, int)

    부호 있는 2 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, short value, bool isBigEndian, int timeout)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    short value

    쓸 값

    bool isBigEndian

    빅 엔디안 여부

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, ushort, bool, int)

    부호 없는 2 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, ushort value, bool isBigEndian, int timeout)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    ushort value

    쓸 값

    bool isBigEndian

    빅 엔디안 여부

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, int, ModbusEndian, int)

    부호 있는 4 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    int value

    쓸 값

    ModbusEndian endian

    엔디안

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, uint, ModbusEndian, int)

    부호 없는 4 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    uint value

    쓸 값

    ModbusEndian endian

    엔디안

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, long, ModbusEndian, int)

    부호 있는 8 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    long value

    쓸 값

    ModbusEndian endian

    엔디안

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, ulong, ModbusEndian, int)

    부호 없는 8 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    ulong value

    쓸 값

    ModbusEndian endian

    엔디안

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, float, ModbusEndian, int)

    4 Byte 실수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    float value

    쓸 값

    ModbusEndian endian

    엔디안

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, double, ModbusEndian, int)

    8 Byte 실수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    double value

    쓸 값

    ModbusEndian endian

    엔디안

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, short, int)

    부호 있는 2 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, short value, int timeout)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    short value

    쓸 값

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, ushort, int)

    부호 없는 2 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    ushort value

    쓸 값

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, int, int)

    부호 있는 4 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    int value

    쓸 값

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, uint, int)

    부호 없는 4 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, uint value, int timeout)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    uint value

    쓸 값

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, long, int)

    부호 있는 8 Byte 정수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, long value, int timeout)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    long value

    쓸 값

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, ulong, int)

    부호 없는 8 Byte 정수 값 쓰기

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

    슬레이브 주소

    ushort address

    데이터 주소

    ulong value

    쓸 값

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, float, int)

    4 Byte 실수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, float value, int timeout)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    float value

    쓸 값

    int timeout

    제한시간(밀리초)

    소스 보기

    Write(byte, ushort, double, int)

    8 Byte 실수 값 쓰기

    선언
    public void Write(byte slaveAddress, ushort address, double value, int timeout)
    매개 변수
    형식 이름 설명
    byte slaveAddress

    슬레이브 주소

    ushort address

    데이터 주소

    double value

    쓸 값

    int timeout

    제한시간(밀리초)

    Copyright © 2024. Vagabond K. All Rights Reserved.