C# Class BACnet.Ashrae.NetworkAddress

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : NetworkAddress
NetworkAddress ( ushort networkNumber, byte macAddress ) : System
Save ( IValueSink sink, NetworkAddress value ) : void

Method Details

Load() public static method

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

NetworkAddress() public method

public NetworkAddress ( ushort networkNumber, byte macAddress ) : System
networkNumber ushort
macAddress byte
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema