Interface NavBeaconScan

Written when scanning a navigation beacon, before the scan data for all the bodies in the system is written into the journal.

interface NavBeaconScan {
    event: "NavBeaconScan";
    NumBodies: number;
    SystemAddress?: number;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "NavBeaconScan"

The type of event.

NumBodies: number
SystemAddress?: number
timestamp: string

The time in GMT, ISO 8601.