C# Class BACnet.Ashrae.DeviceObjectReference

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

DeviceObjectReference() public method

public DeviceObjectReference ( Option deviceIdentifier, ObjectId objectIdentifier ) : System
deviceIdentifier Option
objectIdentifier ObjectId
return System

Load() public static method

public static Load ( IValueStream stream ) : DeviceObjectReference
stream IValueStream
return DeviceObjectReference

Save() public static method

public static Save ( IValueSink sink, DeviceObjectReference value ) : void
sink IValueSink
value DeviceObjectReference
return void

Property Details

Schema public static property

public static ISchema Schema
return ISchema