C# 클래스 BACnet.Ashrae.ConfirmedEventNotificationRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
Schema ISchema

공개 메소드들

메소드 설명
ConfirmedEventNotificationRequest ( 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 ( IValueStream stream ) : ConfirmedEventNotificationRequest
Save ( IValueSink sink, ConfirmedEventNotificationRequest value ) : void

메소드 상세

ConfirmedEventNotificationRequest() 공개 메소드

public ConfirmedEventNotificationRequest ( 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

Load() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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

프로퍼티 상세

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

public static ISchema Schema
리턴 ISchema