[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.deviceTypeBusy(CWrapper.DeviceType)"]

Namespace:  CoreDevices.Interfaces
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool deviceTypeBusy(
	DeviceType devType
)
Visual Basic (Declaration)
Function deviceTypeBusy ( _
	devType As DeviceType _
) As Boolean
Visual C++
bool deviceTypeBusy(
	DeviceType devType
)

Parameters

devType
Type: CWrapper..::.DeviceType

[Missing <param name="devType"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.deviceTypeBusy(CWrapper.DeviceType)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Interfaces.IComCMMCore.deviceTypeBusy(CWrapper.DeviceType)"]

See Also