VentilationSystemCommunicator Class

Shizuku2のVentilationコントローラとの通信ユーティリティクラス

Definition

Namespace: Shizuku2.BACnet
Assembly: Shizuku2Lib (in Shizuku2Lib.dll) Version: 1.0.0
C#
public class VentilationSystemCommunicator : PresentValueReadWriter
Inheritance
Object    PresentValueReadWriter    VentilationSystemCommunicator

Constructors

VentilationSystemCommunicatorインスタンスを初期化する

Properties

AccelerationRate加速度を取得する
(Inherited from PresentValueReadWriter)
BaseAcceleratedDateTimeシミュレーション内の基準日時を取得する
(Inherited from PresentValueReadWriter)
BaseRealDateTime現実時間の基準日時を取得する
(Inherited from PresentValueReadWriter)
CurrentDateTimeシミュレーション内の現在日時を取得する
(Inherited from PresentValueReadWriter)

Methods

ChangeFanSpeedファン風量を変える
DisableBypassControlバイパス制御を無効にする
EnableBypassControlバイパス制御を有効にする
EndServiceリソースを解放する
(Inherited from PresentValueReadWriter)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetFanSpeedファン風量を取得する
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetNorthTenantCO2Level北側テナントのCO2濃度[ppm]を取得する
GetSouthTenantCO2Level南側テナントのCO2濃度[ppm]を取得する
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ReadPresentValueTPresentValueを読み取る
(Inherited from PresentValueReadWriter)
StartServiceサービスを開始する
(Inherited from PresentValueReadWriter)
StartVentilation換気(全熱交換器)を起動する
StopVentilation換気(全熱交換器)を停止する
SubscribeDateTimeCOVシミュレーション日時の加速度に関するCOVを登録する
(Inherited from PresentValueReadWriter)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WritePresentValuePresentValueを書き込む
(Inherited from PresentValueReadWriter)

Fields

communicatorBACnet通信用オブジェクト
(Inherited from PresentValueReadWriter)
VENTCTRL_DEVICE_IDDevice ID
VENTCTRL_EXCLUSIVE_PORT排他的ポート番号

See Also