C# Class BACnet.Ashrae.ActionCommand

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
ActionCommand ( Option deviceIdentifier, ObjectId objectIdentifier, PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, GenericValue propertyValue, Option priority, Option postDelay, bool quitOnFailure, bool writeSuccessful ) : System
Load ( IValueStream stream ) : ActionCommand
Save ( IValueSink sink, ActionCommand value ) : void

Method Details

ActionCommand() public méthode

public ActionCommand ( Option deviceIdentifier, ObjectId objectIdentifier, PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, GenericValue propertyValue, Option priority, Option postDelay, bool quitOnFailure, bool writeSuccessful ) : System
deviceIdentifier Option
objectIdentifier ObjectId
propertyIdentifier PropertyIdentifier
propertyArrayIndex Option
propertyValue GenericValue
priority Option
postDelay Option
quitOnFailure bool
writeSuccessful bool
Résultat System

Load() public static méthode

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

Save() public static méthode

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema