[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setSerialPortCommand(System.String,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#
void setSerialPortCommand(
	string name,
	string command,
	string term
)
Visual Basic (Declaration)
Sub setSerialPortCommand ( _
	name As String, _
	command As String, _
	term As String _
)
Visual C++
void setSerialPortCommand(
	String^ name, 
	String^ command, 
	String^ term
)

Parameters

name
Type: System..::.String

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

command
Type: System..::.String

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

term
Type: System..::.String

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

See Also