C# Class BACnet.Ashrae.IAmRequest

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
IAmRequest ( ObjectId iAmDeviceIdentifier, uint maxAPDULengthAccepted, Segmentation segmentationSupported, uint vendorID ) : System
Load ( IValueStream stream ) : IAmRequest
Save ( IValueSink sink, IAmRequest value ) : void

Method Details

IAmRequest() public method

public IAmRequest ( ObjectId iAmDeviceIdentifier, uint maxAPDULengthAccepted, Segmentation segmentationSupported, uint vendorID ) : System
iAmDeviceIdentifier ObjectId
maxAPDULengthAccepted uint
segmentationSupported Segmentation
vendorID uint
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema