C# Class BACnet.Ashrae.ConfirmedServiceAck.AuthenticateWrapper

Inheritance: ConfirmedServiceAck
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

AuthenticateWrapper() public method

public AuthenticateWrapper ( AuthenticateAck item ) : System
item AuthenticateAck
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema