C# 클래스 BACnet.Ashrae.ActionCommand

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

공개 프로퍼티들

프로퍼티 타입 설명
Schema ISchema

공개 메소드들

메소드 설명
ActionCommand ( Option deviceIdentifier, ObjectId objectIdentifier, PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, GenericValue propertyValue, Option priority, Option postDelay, bool quitOnFailure, bool writeSuccessful ) : System
Load ( IValueStream stream ) : ActionCommand
Save ( IValueSink sink, ActionCommand value ) : void

메소드 상세

ActionCommand() 공개 메소드

public ActionCommand ( Option deviceIdentifier, ObjectId objectIdentifier, PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, GenericValue propertyValue, Option priority, Option postDelay, bool quitOnFailure, bool writeSuccessful ) : System
deviceIdentifier Option
objectIdentifier ObjectId
propertyIdentifier PropertyIdentifier
propertyArrayIndex Option
propertyValue GenericValue
priority Option
postDelay Option
quitOnFailure bool
writeSuccessful bool
리턴 System

Load() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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

프로퍼티 상세

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

public static ISchema Schema
리턴 ISchema