C# Class BACnet.Ashrae.NotificationParameters.Extended

Inheritance: NotificationParameters
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

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

Méthodes publiques

Méthode Description
Extended ( uint vendorId, uint extendedEventType, ReadOnlyArray parameters ) : System
Load ( IValueStream stream ) : Extended
Save ( IValueSink sink, Extended value ) : void

Method Details

Extended() public méthode

public Extended ( uint vendorId, uint extendedEventType, ReadOnlyArray parameters ) : System
vendorId uint
extendedEventType uint
parameters ReadOnlyArray
Résultat System

Load() public static méthode

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

Save() public static méthode

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema