C# Class BACnet.Ashrae.Recipient

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : Recipient
NewAddress ( NetworkAddress address ) : Recipient
NewDevice ( ObjectId device ) : Recipient
Save ( IValueSink sink, Recipient value ) : void

Method Details

Load() public static method

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

NewAddress() public static method

public static NewAddress ( NetworkAddress address ) : Recipient
address NetworkAddress
return Recipient

NewDevice() public static method

public static NewDevice ( ObjectId device ) : Recipient
device ObjectId
return Recipient

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema