Click or drag to resize

ComplexAnalogTransmitter Constructor (SimpleAnalogTransmitter)

Creates an instance from an existing instance of a SimpleAnalogTransmitter.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ComplexAnalogTransmitter(
	SimpleAnalogTransmitter simpleTransmitter
)

Parameters

simpleTransmitter
Type: AGI.Foundation.CommunicationsSimpleAnalogTransmitter
The existing instance of a SimpleAnalogTransmitter.
See Also