Declared in TelemetrySystem
Declaration
Receiver[] GetReceiversOfType(
TransmissionType type
);Description
Returns a array of all receivers 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
| Name | Description |
|---|---|
| type | The transmission type to search for |