Declared in OpticalReceiver
Declaration
void SetLineOfSight(
bool los,
Transmitter transmitter
);Description
Updates the line of sight flag if this uses a particular transmission type that disables connection if the line of sight is blocked, for example, optical.
Parameters
| Name | Description |
|---|---|
| los | A flag if the los is clear |
| transmitter | The transmitter for the connection |