C# Class BACnet.Ashrae.Recipient.AddressWrapper

Inheritance: Recipient
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

AddressWrapper() public method

public AddressWrapper ( NetworkAddress item ) : System
item NetworkAddress
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema