C# Class BACnet.Ashrae.ConfirmedServiceRequest.ReadPropertyWrapper

Inheritance: ConfirmedServiceRequest
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

ReadPropertyWrapper() public method

public ReadPropertyWrapper ( ReadPropertyRequest item ) : System
item ReadPropertyRequest
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema