C# Class BACnet.Ashrae.UnconfirmedServiceRequest.UnconfirmedEventNotificationWrapper

Inheritance: UnconfirmedServiceRequest
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : UnconfirmedEventNotificationWrapper
Save ( IValueSink sink, UnconfirmedEventNotificationWrapper value ) : void
UnconfirmedEventNotificationWrapper ( UnconfirmedEventNotificationRequest item ) : System

Method Details

Load() public static method

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

Save() public static method

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

UnconfirmedEventNotificationWrapper() public method

public UnconfirmedEventNotificationWrapper ( UnconfirmedEventNotificationRequest item ) : System
item UnconfirmedEventNotificationRequest
return System

Property Details

Schema public static property

public static ISchema Schema
return ISchema