C# Class BACnet.Ashrae.ReadAccessResult.ListOfResultsType

Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
ListOfResultsType ( PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, ReadResultType readResult ) : System
Load ( IValueStream stream ) : ListOfResultsType
Save ( IValueSink sink, ListOfResultsType value ) : void

Method Details

ListOfResultsType() public method

public ListOfResultsType ( PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, ReadResultType readResult ) : System
propertyIdentifier PropertyIdentifier
propertyArrayIndex Option
readResult ReadResultType
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema