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

검색 결과:

    FEnetReadIndividualResponse 클래스

    개별 디바이스 변수 읽기 응답

    상속
    object
    FEnetMessage
    FEnetResponse
    FEnetACKResponse
    FEnetReadIndividualResponse
    구현
    IResponse
    IProtocolMessage
    IReadOnlyDictionary<DeviceVariable, DeviceValue>
    IReadOnlyCollection<KeyValuePair<DeviceVariable, DeviceValue>>
    IEnumerable<KeyValuePair<DeviceVariable, DeviceValue>>
    IEnumerable
    상속된 멤버
    FEnetResponse.Request
    FEnetResponse.SourceOfFrame
    FEnetResponse.PlcInfo
    FEnetResponse.EthernetModuleSlot
    FEnetResponse.EthernetModuleBase
    FEnetMessage.InvokeID
    FEnetMessage.Command
    FEnetMessage.DataType
    FEnetMessage.InvalidateFrameData()
    FEnetMessage.SetProperty<TProperty>(ref TProperty, TProperty)
    FEnetMessage.Serialize(string, bool)
    네임스페이스: VagabondK.Protocols.LSElectric.FEnet
    어셈블리: VagabondK.Protocols.LSElectric.dll
    구문
    public class FEnetReadIndividualResponse : FEnetACKResponse, IResponse, IProtocolMessage, IReadOnlyDictionary<DeviceVariable, DeviceValue>, IReadOnlyCollection<KeyValuePair<DeviceVariable, DeviceValue>>, IEnumerable<KeyValuePair<DeviceVariable, DeviceValue>>, IEnumerable

    속성

    이름 설명
    Count

    디바이스 변수 및 값 개수

    this[DeviceVariable]

    지정한 디바이스 변수의 값을 가져옵니다.

    Keys

    키로 사용되는 디바이스 변수들

    Values

    읽은 디바이스 변수 값들

    메서드

    이름 설명
    ContainsKey(DeviceVariable)

    지정한 디바이스 변수가 포함하는지 여부를 가져옵니다.

    GetEnumerator()

    디바이스 변수/디바이스 값 쌍을 반복하는 열거자을 반환합니다.

    OnCreateDataFrame()

    데이터 프레임 생성

    TryGetValue(DeviceVariable, out 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.