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

검색 결과:

    this 속성

    소스 보기

    this[int]

    지정한 인덱스의 바이트 값을 가져옵니다.

    선언
    public byte this[int index] { get; }
    매개 변수
    형식 이름 설명
    int index

    인덱스

    속성 값
    형식 설명
    byte

    바이트 값

    구현
    IReadOnlyList<T>.this[int]
    소스 보기

    this[DataType, uint]

    디바이스 값을 가져옵니다.

    선언
    public DeviceValue this[DataType dataType, uint index] { get; }
    매개 변수
    형식 이름 설명
    DataType dataType

    데이터 형식

    uint index

    데이터 인덱스(절대주소)

    속성 값
    형식 설명
    DeviceValue

    디바이스 값

    구현
    IDeviceDataBlock.this[DataType, uint]
    Copyright © 2024. Vagabond K. All Rights Reserved.