DummyDeviceCommunicator Class

Shizuku2のDummy Deviceとの通信ユーティリティクラス

Definition

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

Constructors

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

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)
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)
ReadAnalogInputIntAnalog Inputの値を取得する
ReadAnalogInputRealAnalog Inputの値を取得する
ReadAnalogOutputIntAnalog Outputの値を取得する
ReadAnalogOutputRealAnalog Outputの値を取得する
ReadAnalogValueIntAnalog Valueの値を取得する
ReadAnalogValueRealAnalog Valueの値を取得する
ReadBinaryInputBinary Inputの値を取得する
ReadBinaryOutputBinary Outputの値を取得する
ReadBinaryValueBinary Valueの値を取得する
ReadDateTimeDateTimeの値を取得する
ReadMultiStateInputMultiStateInputの値を取得する
ReadMultiStateOutputMultiStateOutputの値を取得する
ReadMultiStateValueMultiStateValueの値を取得する
ReadPresentValueTPresentValueを読み取る
(Inherited from PresentValueReadWriter)
StartServiceサービスを開始する
(Inherited from PresentValueReadWriter)
SubscribeDateTimeCOVシミュレーション日時の加速度に関するCOVを登録する
(Inherited from PresentValueReadWriter)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteAnalogOutput(Int32, Boolean)Analog Outputの値を書き込む
WriteAnalogOutput(Single, Boolean)Analog Outputの値を書き込む
WriteAnalogValue(Int32, Boolean)Analog Valueの値を書き込む
WriteAnalogValue(Single, Boolean)Analog Valueの値を書き込む
WriteBinaryOutputBinary Outputの値を書き込む
WriteBinaryValueBinary Valueの値を書き込む
WriteMultiStateOutputMultiState Outputの値を書き込む
WriteMultiStateValueMultiState Valueの値を書き込む
WritePresentValuePresentValueを書き込む
(Inherited from PresentValueReadWriter)

Fields

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

See Also