C# Class BACnet.Ashrae.NotificationParameters.BufferReady

Inheritance: NotificationParameters
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
BufferReady ( DeviceObjectPropertyReference bufferProperty, uint previousNotification, uint currentNotification ) : System
Load ( IValueStream stream ) : BufferReady
Save ( IValueSink sink, BufferReady value ) : void

Method Details

BufferReady() public method

public BufferReady ( DeviceObjectPropertyReference bufferProperty, uint previousNotification, uint currentNotification ) : System
bufferProperty DeviceObjectPropertyReference
previousNotification uint
currentNotification uint
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema