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

검색 결과:

    CnetClient 클래스

    LS ELECTRIC(구 LS산전) Cnet 프로토콜 기반 클라이언트입니다. XGT 시리즈 제품의 Cnet I/F 모듈과 통신 가능합니다.

    상속
    object
    CnetClient
    구현
    IDisposable
    네임스페이스: VagabondK.Protocols.LSElectric.Cnet
    어셈블리: VagabondK.Protocols.LSElectric.dll
    구문
    public class CnetClient : IDisposable

    생성자

    이름 설명
    CnetClient()

    생성자

    CnetClient(IChannel)

    생성자

    속성

    이름 설명
    Channel

    통신 채널

    DefaultUseBCC

    기본적으로 BCC를 사용할 것인지 여부, 기본값은 true

    ThrowsExceptionFromNAK

    NAK에 대한 예외 발생 여부

    Timeout

    응답 제한시간(밀리초)

    메서드

    이름 설명
    Dispose()

    리소스 해제

    Read(bool, byte, DeviceVariable, int)

    연속 디바이스 변수 읽기

    Read(bool, byte, DeviceVariable, params DeviceVariable[])

    개별 디바이스 변수 읽기

    Read(bool, int, byte, DeviceVariable, int)

    연속 디바이스 변수 읽기

    Read(bool, int, byte, DeviceVariable, params DeviceVariable[])

    개별 디바이스 변수 읽기

    Read(bool, int, CnetExecuteMonitorRequest)

    모니터 변수 읽기

    Read(bool, CnetExecuteMonitorRequest)

    모니터 변수 읽기

    Read(byte, DeviceVariable, int)

    연속 디바이스 변수 읽기

    Read(byte, DeviceVariable, params DeviceVariable[])

    개별 디바이스 변수 읽기

    Read(int, byte, DeviceVariable, int)

    연속 디바이스 변수 읽기

    Read(int, byte, DeviceVariable, params DeviceVariable[])

    개별 디바이스 변수 읽기

    Read(int, CnetExecuteMonitorRequest)

    모니터 변수 읽기

    Read(CnetExecuteMonitorRequest)

    모니터 변수 읽기

    RegisterMonitor(bool, byte, byte, DeviceVariable, int)

    직접변수 연속 읽기 모니터 등록

    RegisterMonitor(bool, byte, byte, DeviceVariable, params DeviceVariable[])

    직접변수 개별 읽기 모니터 등록

    RegisterMonitor(bool, int, byte, byte, DeviceVariable, int)

    직접변수 연속 읽기 모니터 등록

    RegisterMonitor(bool, int, byte, byte, DeviceVariable, params DeviceVariable[])

    직접변수 개별 읽기 모니터 등록

    RegisterMonitor(byte, byte, DeviceVariable, int)

    직접변수 연속 읽기 모니터 등록

    RegisterMonitor(byte, byte, DeviceVariable, params DeviceVariable[])

    직접변수 개별 읽기 모니터 등록

    RegisterMonitor(int, byte, byte, DeviceVariable, int)

    직접변수 연속 읽기 모니터 등록

    RegisterMonitor(int, byte, byte, DeviceVariable, params DeviceVariable[])

    직접변수 개별 읽기 모니터 등록

    Request(bool, int, CnetRequest)

    Cnet 요청하기

    Request(bool, CnetRequest)

    Cnet 요청하기

    Request(int, CnetRequest)

    Cnet 요청하기

    Request(CnetRequest)

    Cnet 요청하기

    Write(bool, byte, IEnumerable<KeyValuePair<DeviceVariable, DeviceValue>>)

    개별 디바이스 변수 쓰기

    Write(bool, byte, (DeviceVariable, DeviceValue), params (DeviceVariable, DeviceValue)[])

    개별 디바이스 변수 쓰기

    Write(bool, byte, DeviceVariable, DeviceValue)

    개별 디바이스 변수 쓰기

    Write(bool, byte, DeviceVariable, DeviceValue, params DeviceValue[])

    연속 디바이스 변수 쓰기

    Write(bool, int, byte, IEnumerable<KeyValuePair<DeviceVariable, DeviceValue>>)

    개별 디바이스 변수 쓰기

    Write(bool, int, byte, (DeviceVariable, DeviceValue), params (DeviceVariable, DeviceValue)[])

    개별 디바이스 변수 쓰기

    Write(bool, int, byte, DeviceVariable, DeviceValue)

    개별 디바이스 변수 쓰기

    Write(bool, int, byte, DeviceVariable, DeviceValue, params DeviceValue[])

    연속 디바이스 변수 쓰기

    Write(byte, IEnumerable<KeyValuePair<DeviceVariable, DeviceValue>>)

    개별 디바이스 변수 쓰기

    Write(byte, (DeviceVariable, DeviceValue), params (DeviceVariable, DeviceValue)[])

    개별 디바이스 변수 쓰기

    Write(byte, DeviceVariable, DeviceValue)

    개별 디바이스 변수 쓰기

    Write(byte, DeviceVariable, DeviceValue, params DeviceValue[])

    연속 디바이스 변수 쓰기

    Write(int, byte, IEnumerable<KeyValuePair<DeviceVariable, DeviceValue>>)

    개별 디바이스 변수 쓰기

    Write(int, byte, (DeviceVariable, DeviceValue), params (DeviceVariable, DeviceValue)[])

    개별 디바이스 변수 쓰기

    Write(int, byte, DeviceVariable, DeviceValue)

    개별 디바이스 변수 쓰기

    Write(int, byte, DeviceVariable, DeviceValue, params DeviceValue[])

    연속 디바이스 변수 쓰기

    확장 메서드

    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.