PresentValueReadWriter Class

BACnet通信でPresent valueを読み書きするクラス

Definition

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

Constructors

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

Properties

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

Methods

EndServiceリソースを解放する
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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ReadPresentValueTPresentValueを読み取る
StartServiceサービスを開始する
SubscribeDateTimeCOVシミュレーション日時の加速度に関するCOVを登録する
ToStringReturns a string that represents the current object.
(Inherited from Object)
WritePresentValuePresentValueを書き込む

Fields

communicatorBACnet通信用オブジェクト

See Also