C# Class BACnet.Ashrae.UnconfirmedEventNotificationRequest

Inheritance: IUnconfirmedRequest
Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Свойство Type Description
Schema ISchema

Méthodes publiques

Méthode Description
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

Method Details

Load() public static méthode

public static Load ( IValueStream stream ) : UnconfirmedEventNotificationRequest
stream IValueStream
Résultat UnconfirmedEventNotificationRequest

Save() public static méthode

public static Save ( IValueSink sink, UnconfirmedEventNotificationRequest value ) : void
sink IValueSink
value UnconfirmedEventNotificationRequest
Résultat void

UnconfirmedEventNotificationRequest() public méthode

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
Résultat System

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema