C# 클래스 BACnet.Ashrae.EventTransitionBits

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

공개 프로퍼티들

프로퍼티 타입 설명
Schema ISchema

공개 메소드들

메소드 설명
EventTransitionBits ( BitString56 bitstring ) : System
Load ( IValueStream stream ) : EventTransitionBits
Save ( IValueSink sink, EventTransitionBits value ) : void
WithBit ( Bits bit, bool set = true ) : EventTransitionBits
WithLength ( byte length ) : EventTransitionBits
this ( Bits bit ) : bool

메소드 상세

EventTransitionBits() 공개 메소드

public EventTransitionBits ( BitString56 bitstring ) : System
bitstring BACnet.Types.BitString56
리턴 System

Load() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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

WithBit() 공개 메소드

public WithBit ( Bits bit, bool set = true ) : EventTransitionBits
bit Bits
set bool
리턴 EventTransitionBits

WithLength() 공개 메소드

public WithLength ( byte length ) : EventTransitionBits
length byte
리턴 EventTransitionBits

this() 공개 메소드

public this ( Bits bit ) : bool
bit Bits
리턴 bool

프로퍼티 상세

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

public static ISchema Schema
리턴 ISchema