Interface FSSAllBodiesFound

Written after having identified all bodies in the system.

interface FSSAllBodiesFound {
    Count: number;
    event: "FSSAllBodiesFound";
    SystemAddress: number;
    SystemName: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

Count: number
event: "FSSAllBodiesFound"

The type of event.

SystemAddress: number
SystemName: string
timestamp: string

The time in GMT, ISO 8601.