the antenna allows you to remotely transmit "network port" packets and camera image via "cameraTunnel"
despite the fact that it has its own API, this API provides only antenna control functionality, but not data transmission. you still need a "network port" to transfer data.
component name - antenna
methods:
- getRadius():number - transmits the radius to which the antenna sends packets
- getChannel():number - returns the channel on which the antenna is currently operating
- setChannel(number) - sets the channel(0:31) on which the antenna will operate
- setActive(boolean) - turns the antenna on or off. The antenna is turned on by default
- isActive():boolean - returns the antenna activity status