C# Class BACnet.Ashrae.VTSession

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Свойство Type Description
Schema ISchema

Méthodes publiques

Méthode Description
Load ( IValueStream stream ) : VTSession
Save ( IValueSink sink, VTSession value ) : void
VTSession ( byte localVtSessionID, byte remoteVtSessionID, NetworkAddress remoteVtAddress ) : System

Method Details

Load() public static méthode

public static Load ( IValueStream stream ) : VTSession
stream IValueStream
Résultat VTSession

Save() public static méthode

public static Save ( IValueSink sink, VTSession value ) : void
sink IValueSink
value VTSession
Résultat void

VTSession() public méthode

public VTSession ( byte localVtSessionID, byte remoteVtSessionID, NetworkAddress remoteVtAddress ) : System
localVtSessionID byte
remoteVtSessionID byte
remoteVtAddress NetworkAddress
Résultat System

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema