VentilationSystemCommunicatorDisableBypassControl Method
バイパス制御を無効にする
Namespace: Shizuku2.BACnetAssembly: Shizuku2Lib (in Shizuku2Lib.dll) Version: 1.0.0
public void DisableBypassControl(
	uint oUnitIndex,
	uint iUnitIndex,
	out bool succeeded
)
Public Sub DisableBypassControl ( 
	oUnitIndex As UInteger,
	iUnitIndex As UInteger,
	<OutAttribute> ByRef succeeded As Boolean
)
public:
void DisableBypassControl(
	unsigned int oUnitIndex, 
	unsigned int iUnitIndex, 
	[OutAttribute] bool% succeeded
)
member DisableBypassControl : 
        oUnitIndex : uint32 * 
        iUnitIndex : uint32 * 
        succeeded : bool byref -> unit 
Parameters
- oUnitIndex  UInt32
 - VRFの室外機番号(1~4)
 - iUnitIndex  UInt32
 - VRFの室内機番号(1~5)
 - succeeded  Boolean
 - 通信が成功したか否か