C# Class BACnet.Types.Values.SequenceValue

Inheritance: IValue
Exibir arquivo Open project: LorenVS/bacstack

Public Methods

Method Description
SequenceValue ( ReadOnlyArray values ) : System

Constructs a new SequenceValue instance

SequenceValue ( bool clone ) : System

Constructs a new sequence value

Method Details

SequenceValue() public method

Constructs a new SequenceValue instance
public SequenceValue ( ReadOnlyArray values ) : System
values ReadOnlyArray The values of the sequence
return System

SequenceValue() public method

Constructs a new sequence value
public SequenceValue ( bool clone ) : System
clone bool True if the provided values need to be cloned, false otherwise
return System