C# Class BACnet.Ashrae.NotificationParameters.CommandFailure

Inheritance: NotificationParameters
Exibir arquivo Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
CommandFailure ( GenericValue commandValue, StatusFlags statusFlags, GenericValue feedbackValue ) : System
Load ( IValueStream stream ) : CommandFailure
Save ( IValueSink sink, CommandFailure value ) : void

Method Details

CommandFailure() public method

public CommandFailure ( GenericValue commandValue, StatusFlags statusFlags, GenericValue feedbackValue ) : System
commandValue GenericValue
statusFlags StatusFlags
feedbackValue GenericValue
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
return ISchema