C# Class BACnet.Ashrae.VTOpenAck

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : VTOpenAck
Save ( IValueSink sink, VTOpenAck value ) : void
VTOpenAck ( byte remoteVTSessionIdentifier ) : System

Method Details

Load() public static method

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

Save() public static method

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

VTOpenAck() public method

public VTOpenAck ( byte remoteVTSessionIdentifier ) : System
remoteVTSessionIdentifier byte
return System

Property Details

Schema public static property

public static ISchema Schema
return ISchema