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

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

Syntax

C#
void writeToSerialPort(
	string name,
	CharVector data
)
Visual Basic (Declaration)
Sub writeToSerialPort ( _
	name As String, _
	data As CharVector _
)
Visual C++
void writeToSerialPort(
	String^ name, 
	CharVector^ data
)

Parameters

name
Type: System..::.String

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

data
Type: CWrapper..::.CharVector

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

See Also