Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
A18.7.5
A18.7.5
A1.1.1     Example of intermediary results

...

Figure 518 presents an example of the content of an auto-complete of a variable of the type LinkResult 

 

Anchor
F518
F518
Figure 518: Example of content of the LinkResult interface
(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:

 

Anchor
F519
F519
Figure 519: Example of content of the AntennaResult interface
(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.

Image Modified

Anchor
F520
F520
Figure 520: Example of content of the Point2D interface
(auto-complete “CTRL+SPACE” in IntelJidea)

...