interface LinkedConnectionStates {
    connectionState: LinkedConnectionState | "connecting";
    intendedConnectionState: LinkedConnectionState;
    keepAliveState: LinkedHealthState;
    networkState: LinkedConnectionState;
}

Properties

connectionState: LinkedConnectionState | "connecting"
intendedConnectionState: LinkedConnectionState
keepAliveState: LinkedHealthState
networkState: LinkedConnectionState