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 -> ComplexAnalogTransmitter
Parameters
- simpleTransmitter
- Type: AGI.Foundation.Communications.SimpleAnalogTransmitter
The existing instance of a SimpleAnalogTransmitter.
See Also