C# Class BACnet.Ashrae.DeviceObjectReference

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
DeviceObjectReference ( Option deviceIdentifier, ObjectId objectIdentifier ) : System
Load ( IValueStream stream ) : DeviceObjectReference
Save ( IValueSink sink, DeviceObjectReference value ) : void

Method Details

DeviceObjectReference() public méthode

public DeviceObjectReference ( Option deviceIdentifier, ObjectId objectIdentifier ) : System
deviceIdentifier Option
objectIdentifier ObjectId
Résultat System

Load() public static méthode

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

Save() public static méthode

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema