Declared in TelemetrySystem

Declaration

Transmitter[] GetTransmittersOfType(
    TransmissionType type
);

Description

Returns an array of all transmitters that have already been added to the data subsystem, so that the receivers can be connected up appropriately. This will also match the transmission type.

Parameters

NameDescription
typeThe transmission type to search for