C# Class BACnet.Ashrae.AuthenticateAck

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

AuthenticateAck() public method

public AuthenticateAck ( uint modifiedRandomNumber ) : System
modifiedRandomNumber uint
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema