ComplexAnalogTransmitter Constructor (SimpleAnalogTransmitter) | 
  
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ComplexAnalogTransmitter(
	SimpleAnalogTransmitter simpleTransmitter
)
Public Sub New ( 
	simpleTransmitter As SimpleAnalogTransmitter
)
public:
ComplexAnalogTransmitter(
	SimpleAnalogTransmitter^ simpleTransmitter
)
new : 
        simpleTransmitter : SimpleAnalogTransmitter -> ComplexAnalogTransmitterParameters
- simpleTransmitter
 - Type: AGI.Foundation.CommunicationsSimpleAnalogTransmitter
The existing instance of a SimpleAnalogTransmitter. 
See Also