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

검색 결과:

    ModbusSlaveInterface 클래스

    Modbus 슬레이브 기반 인터페이스

    상속
    object
    Interface
    Interface<ModbusPoint>
    ModbusSlaveInterface
    구현
    INotifyPropertyChanged
    ICollection<ModbusPoint>
    IEnumerable<ModbusPoint>
    IEnumerable
    IDisposable
    상속된 멤버
    Interface<ModbusPoint>.AddRange(IEnumerable<ModbusPoint>)
    Interface<ModbusPoint>.Add(ModbusPoint)
    Interface<ModbusPoint>.Remove(ModbusPoint)
    Interface<ModbusPoint>.Clear()
    Interface<ModbusPoint>.Count
    Interface<ModbusPoint>.IsReadOnly
    Interface<ModbusPoint>.Contains(ModbusPoint)
    Interface<ModbusPoint>.CopyTo(ModbusPoint[], int)
    Interface<ModbusPoint>.GetEnumerator()
    Interface<ModbusPoint>.CreateHandler<TValue>(ModbusPoint)
    Interface<ModbusPoint>.SetBinding<TValue>(ModbusPoint, object, string)
    Interface<ModbusPoint>.SetBinding<TValue>(ModbusPoint, object, string, InterfaceMode)
    Interface<ModbusPoint>.SetBinding<TValue>(ModbusPoint, object, string, bool)
    Interface<ModbusPoint>.SetBinding<TValue>(ModbusPoint, object, string, InterfaceMode, bool)
    Interface<ModbusPoint>.SetBindings(object)
    Interface<ModbusPoint>.SetBindings(object, Action<ModbusPoint>)
    Interface<ModbusPoint>.SetBindings(object, Action<InterfaceHandler>)
    Interface.RaisePropertyChanged(string)
    Interface.PropertyChanged
    Interface.PointType
    Interface.IsRunning
    Interface.Start()
    Interface.Stop()
    Interface.Dispose()
    네임스페이스: VagabondK.Interface.Modbus
    어셈블리: VagabondK.Interface.Modbus.dll
    구문
    public class ModbusSlaveInterface : Interface<ModbusPoint>, INotifyPropertyChanged, ICollection<ModbusPoint>, IEnumerable<ModbusPoint>, IEnumerable, IDisposable

    생성자

    이름 설명
    ModbusSlaveInterface()

    생성자

    ModbusSlaveInterface(ModbusSlaveService)

    생성자

    ModbusSlaveInterface(ModbusSlaveService, IEnumerable<ModbusPoint>)

    생성자

    속성

    이름 설명
    Service

    Modbus 슬레이브 서비스

    메서드

    이름 설명
    Dispose(bool)

    관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

    OnAdded(ModbusPoint)

    인터페이스 포인트가 추가되었을 경우 호출됨

    OnRemoved(ModbusPoint)

    인터페이스 포인트가 제거되었을 경우 호출됨

    OnStart()

    통신 기반 인터페이스를 시작하기 위한 코드를 구현합니다.

    OnStop()

    통신 기반 인터페이스를 종료하기 위한 코드를 구현합니다.

    SetBindings(object, byte)

    인터페이스 바인딩 일괄 설정, InterfaceAttribute을 상속받은 특성을 이용하여 일괄 바인딩 설정 가능.

    확장 메서드

    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.