[Missing <summary> documentation for "M:CWrapper.CMMCore.setSerialPortCommand(System.String,System.String,System.String)"]

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void setSerialPortCommand(
	string deviceLabel,
	string command,
	string term
)
Visual Basic (Declaration)
Public Sub setSerialPortCommand ( _
	deviceLabel As String, _
	command As String, _
	term As String _
)
Visual C++
public:
void setSerialPortCommand(
	String^ deviceLabel, 
	String^ command, 
	String^ term
)

Parameters

deviceLabel
Type: System..::.String

[Missing <param name="deviceLabel"/> documentation for "M:CWrapper.CMMCore.setSerialPortCommand(System.String,System.String,System.String)"]

command
Type: System..::.String

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

term
Type: System..::.String

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

See Also