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

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

Syntax

C#
public void writeToSerialPort(
	string deviceLabel,
	CharVector data
)
Visual Basic (Declaration)
Public Sub writeToSerialPort ( _
	deviceLabel As String, _
	data As CharVector _
)
Visual C++
public:
void writeToSerialPort(
	String^ deviceLabel, 
	CharVector^ data
)

Parameters

deviceLabel
Type: System..::.String

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

data
Type: CWrapper..::.CharVector

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

See Also