C# Class BACnet.Ashrae.PriorityValue

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : PriorityValue
NewBinary ( BinaryPV binary ) : PriorityValue
NewConstructedValue ( GenericValue constructedValue ) : PriorityValue
NewInteger ( uint integer ) : PriorityValue
NewNull ( System.Null @null ) : PriorityValue
NewReal ( float real ) : PriorityValue
Save ( IValueSink sink, PriorityValue value ) : void

Method Details

Load() public static method

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

NewBinary() public static method

public static NewBinary ( BinaryPV binary ) : PriorityValue
binary BinaryPV
return PriorityValue

NewConstructedValue() public static method

public static NewConstructedValue ( GenericValue constructedValue ) : PriorityValue
constructedValue GenericValue
return PriorityValue

NewInteger() public static method

public static NewInteger ( uint integer ) : PriorityValue
integer uint
return PriorityValue

NewNull() public static method

public static NewNull ( System.Null @null ) : PriorityValue
@null System.Null
return PriorityValue

NewReal() public static method

public static NewReal ( float real ) : PriorityValue
real float
return PriorityValue

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema