A1.1.1 Example of intermediary results Anchor A18.7.5 A18.7.5
...
Figure 518 presents an example of the content of an auto-complete of a variable of the type LinkResult
Figure 518: Example of content of the LinkResult interface Anchor F518 F518
(auto-complete “CTRL+SPACE” in IntelJidea)
...
Similarly, if you look one level down in the RxAntenna() that is follows an AntennaResult interface, you will see further parameters listed:
Figure 519: Example of content of the AntennaResult interface Anchor F519 F519
(auto-complete “CTRL+SPACE” in IntelJidea)
...
And likewise, if you look into the getposition() that is follows a Point2D interface, you will have the choice to select either getX() or get(Y) for the X and Y position of the received antenna of the victim.
Figure 520: Example of content of the Point2D interface Anchor F520 F520
(auto-complete “CTRL+SPACE” in IntelJidea)
...