EnvironmentCommunicator Class

Shizuku2のEnvironmentモニタとの通信ユーティリティクラス

Definition

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

Constructors

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

Properties

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

Methods

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)
GetDrybulbTemperature乾球温度[C]を取得する
GetGlobalHorizontalRadiation水平面全天日射[W/m2]を取得する
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetNocturnalRadiation夜間放射[W/m2]を取得する
GetRelativeHumidity相対湿度[%]を取得する
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetZoneDrybulbTemperatureゾーン(下部空間)の乾球温度[C]を取得する
GetZoneRelativeHumidityゾーン(下部空間)の相対湿度[%]を取得する
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ReadPresentValueTPresentValueを読み取る
(Inherited from PresentValueReadWriter)
StartServiceサービスを開始する
(Inherited from PresentValueReadWriter)
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)
ENVIRONMENTMONITOR_DEVICE_IDDevice ID
ENVIRONMENTMONITOR_EXCLUSIVE_PORT排他的ポート番号

See Also