C# 클래스 WFA_psychometric_chart.DeviceConnection

파일 보기 프로젝트 열기: temcocontrols/T3000_Building_Automation_System 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
parameterListValue List

공개 메소드들

메소드 설명
ScanForDevice ( ) : List

This function is used to scan bacnet devices connected

ScanForParameters ( int deviceID ) : List

This used to get the values form the device id

메소드 상세

ScanForDevice() 공개 메소드

This function is used to scan bacnet devices connected
public ScanForDevice ( ) : List
리턴 List

ScanForParameters() 공개 메소드

This used to get the values form the device id
public ScanForParameters ( int deviceID ) : List
deviceID int
리턴 List

프로퍼티 상세

parameterListValue 공개적으로 프로퍼티

public List parameterListValue
리턴 List