C# Class BACnet.Ashrae.EventParameter.CommandFailure

Inheritance: EventParameter
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
CommandFailure ( uint timeDelay, DeviceObjectPropertyReference feedbackPropertyReference ) : System
Load ( IValueStream stream ) : CommandFailure
Save ( IValueSink sink, CommandFailure value ) : void

Method Details

CommandFailure() public method

public CommandFailure ( uint timeDelay, DeviceObjectPropertyReference feedbackPropertyReference ) : System
timeDelay uint
feedbackPropertyReference DeviceObjectPropertyReference
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 static property

public static ISchema Schema
return ISchema