C# Class BACnet.Ashrae.SessionKey

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : SessionKey
Save ( IValueSink sink, SessionKey value ) : void
SessionKey ( byte key, NetworkAddress peerAddress ) : System

Method Details

Load() public static method

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

Save() public static method

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

SessionKey() public method

public SessionKey ( byte key, NetworkAddress peerAddress ) : System
key byte
peerAddress NetworkAddress
return System

Property Details

Schema public static property

public static ISchema Schema
return ISchema