C# 클래스 BACnet.Ashrae.UnconfirmedEventNotificationRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
Schema ISchema

공개 메소드들

메소드 설명
Load ( IValueStream stream ) : UnconfirmedEventNotificationRequest
Save ( IValueSink sink, UnconfirmedEventNotificationRequest value ) : void
UnconfirmedEventNotificationRequest ( uint processIdentifier, ObjectId initiatingDeviceIdentifier, ObjectId eventObjectIdentifier, TimeStamp timeStamp, uint notificationClass, byte priority, EventType eventType, Option messageText, NotifyType notifyType, Option ackRequired, Option fromState, EventState toState, Option eventValues ) : System

메소드 상세

Load() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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

UnconfirmedEventNotificationRequest() 공개 메소드

public UnconfirmedEventNotificationRequest ( uint processIdentifier, ObjectId initiatingDeviceIdentifier, ObjectId eventObjectIdentifier, TimeStamp timeStamp, uint notificationClass, byte priority, EventType eventType, Option messageText, NotifyType notifyType, Option ackRequired, Option fromState, EventState toState, Option eventValues ) : System
processIdentifier uint
initiatingDeviceIdentifier ObjectId
eventObjectIdentifier ObjectId
timeStamp TimeStamp
notificationClass uint
priority byte
eventType EventType
messageText Option
notifyType NotifyType
ackRequired Option
fromState Option
toState EventState
eventValues Option
리턴 System

프로퍼티 상세

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

public static ISchema Schema
리턴 ISchema