C# 클래스 BACnet.Ashrae.PriorityValue

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

공개 프로퍼티들

프로퍼티 타입 설명
Schema ISchema

공개 메소드들

메소드 설명
Load ( IValueStream stream ) : PriorityValue
NewBinary ( BinaryPV binary ) : PriorityValue
NewConstructedValue ( GenericValue constructedValue ) : PriorityValue
NewInteger ( uint integer ) : PriorityValue
NewNull ( System.Null @null ) : PriorityValue
NewReal ( float real ) : PriorityValue
Save ( IValueSink sink, PriorityValue value ) : void

메소드 상세

Load() 공개 정적인 메소드

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

NewBinary() 공개 정적인 메소드

public static NewBinary ( BinaryPV binary ) : PriorityValue
binary BinaryPV
리턴 PriorityValue

NewConstructedValue() 공개 정적인 메소드

public static NewConstructedValue ( GenericValue constructedValue ) : PriorityValue
constructedValue GenericValue
리턴 PriorityValue

NewInteger() 공개 정적인 메소드

public static NewInteger ( uint integer ) : PriorityValue
integer uint
리턴 PriorityValue

NewNull() 공개 정적인 메소드

public static NewNull ( System.Null @null ) : PriorityValue
@null System.Null
리턴 PriorityValue

NewReal() 공개 정적인 메소드

public static NewReal ( float real ) : PriorityValue
real float
리턴 PriorityValue

Save() 공개 정적인 메소드

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

프로퍼티 상세

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

public static ISchema Schema
리턴 ISchema