C# Class BACnet.Ashrae.Recipient.DeviceWrapper

Inheritance: Recipient
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
DeviceWrapper ( ObjectId item ) : System
Load ( IValueStream stream ) : DeviceWrapper
Save ( IValueSink sink, DeviceWrapper value ) : void

Method Details

DeviceWrapper() public method

public DeviceWrapper ( ObjectId item ) : System
item ObjectId
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema