[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getSerialPortAnswer(System.String,System.String)"]

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

Syntax

C#
string getSerialPortAnswer(
	string name,
	string term
)
Visual Basic (Declaration)
Function getSerialPortAnswer ( _
	name As String, _
	term As String _
) As String
Visual C++
String^ getSerialPortAnswer(
	String^ name, 
	String^ term
)

Parameters

name
Type: System..::.String

[Missing <param name="name"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getSerialPortAnswer(System.String,System.String)"]

term
Type: System..::.String

[Missing <param name="term"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getSerialPortAnswer(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getSerialPortAnswer(System.String,System.String)"]

See Also