OccupantCommunicator Class

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

Definition

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

Constructors

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

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)
GetAveragedClothingIndexゾーンに在室している執務者の平均着衣量を取得する
GetAveragedThermalSensationゾーンに在室している執務者の平均温冷感申告値を取得する
GetClothingIndex着衣量を取得する
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetOccupantNumber(OccupantCommunicatorTenant, Boolean)在室している執務者数を取得する
GetOccupantNumber(OccupantCommunicatorTenant, Int32, Boolean)ゾーンに在室している執務者数を取得する
GetThermalSensation温冷感を取得する
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsOccupantStayInOffice在室しているか否かを取得する
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)
OCCUPANTMONITOR_DEVICE_IDDevice ID
OCCUPANTMONITOR_EXCLUSIVE_PORT排他的ポート番号

See Also