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 {
    NumBodies: number;
    SystemAddress?: number;
    event: "NavBeaconScan";
    timestamp: string;
}

Hierarchy (view full)

Properties

NumBodies: number
SystemAddress?: number
event: "NavBeaconScan"

The type of event.

timestamp: string

The time in GMT, ISO 8601.