C# Class BACnet.Ashrae.UnconfirmedServiceRequest.IAmWrapper

Inheritance: UnconfirmedServiceRequest
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

IAmWrapper() public method

public IAmWrapper ( IAmRequest item ) : System
item IAmRequest
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema