C# Class BACnet.Ashrae.VTOpenRequest

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : VTOpenRequest
Save ( IValueSink sink, VTOpenRequest value ) : void
VTOpenRequest ( VTClass vtClass, byte localVTSessionIdentifier ) : System

Method Details

Load() public static method

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

Save() public static method

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

VTOpenRequest() public method

public VTOpenRequest ( VTClass vtClass, byte localVTSessionIdentifier ) : System
vtClass VTClass
localVTSessionIdentifier byte
return System

Property Details

Schema public static property

public static ISchema Schema
return ISchema