VRFSystemCommunicatorGetHeatLoad(UInt32, UInt32, Boolean) Method
室内機の熱負荷[kW]を取得する
Namespace: Shizuku2.BACnetAssembly: Shizuku2Lib (in Shizuku2Lib.dll) Version: 1.0.0
public float GetHeatLoad(
uint oUnitIndex,
uint iUnitIndex,
out bool succeeded
)
Public Function GetHeatLoad (
oUnitIndex As UInteger,
iUnitIndex As UInteger,
<OutAttribute> ByRef succeeded As Boolean
) As Single
public:
float GetHeatLoad(
unsigned int oUnitIndex,
unsigned int iUnitIndex,
[OutAttribute] bool% succeeded
)
member GetHeatLoad :
oUnitIndex : uint32 *
iUnitIndex : uint32 *
succeeded : bool byref -> float32
- oUnitIndex UInt32
- 室外機番号(1~4)
- iUnitIndex UInt32
- 室内機番号(1~5)
- succeeded Boolean
- 通信が成功したか否か
Single室内機の熱負荷[kW]