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