C# 클래스 BACnet.Ashrae.ConfirmedPrivateTransferError

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

공개 프로퍼티들

프로퍼티 타입 설명
Schema ISchema

공개 메소드들

메소드 설명
ConfirmedPrivateTransferError ( Error errorType, uint vendorID, uint serviceNumber, Option errorParameters ) : System
Load ( IValueStream stream ) : ConfirmedPrivateTransferError
Save ( IValueSink sink, ConfirmedPrivateTransferError value ) : void

메소드 상세

ConfirmedPrivateTransferError() 공개 메소드

public ConfirmedPrivateTransferError ( Error errorType, uint vendorID, uint serviceNumber, Option errorParameters ) : System
errorType Error
vendorID uint
serviceNumber uint
errorParameters Option
리턴 System

Load() 공개 정적인 메소드

public static Load ( IValueStream stream ) : ConfirmedPrivateTransferError
stream IValueStream
리턴 ConfirmedPrivateTransferError

Save() 공개 정적인 메소드

public static Save ( IValueSink sink, ConfirmedPrivateTransferError value ) : void
sink IValueSink
value ConfirmedPrivateTransferError
리턴 void

프로퍼티 상세

Schema 공개적으로 정적으로 프로퍼티

public static ISchema Schema
리턴 ISchema