Initializes a new instance of the ANSIOutput class

Namespace: TMD.Connection
Assembly: Driver (in Driver.exe) Version: 1.0.0.0

Syntax

C#
public ANSIOutput(
	ClientConnection con,
	TelnetStream stream
)

Parameters

con
Type: TMD.Connection..::..ClientConnection

[Missing <param name="con"/> documentation for "M:TMD.Connection.ANSIOutput.#ctor(TMD.Connection.ClientConnection,TMD.Connection.TelnetStream)"]

stream
Type: TMD.Connection..::..TelnetStream

[Missing <param name="stream"/> documentation for "M:TMD.Connection.ANSIOutput.#ctor(TMD.Connection.ClientConnection,TMD.Connection.TelnetStream)"]

See Also