C# Class BACnet.Ashrae.ConfirmedServiceRequest.VtCloseWrapper

Inheritance: ConfirmedServiceRequest
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

Save() public static method

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

VtCloseWrapper() public method

public VtCloseWrapper ( VTCloseRequest item ) : System
item VTCloseRequest
return System

Property Details

Schema public static property

public static ISchema Schema
return ISchema