Type Alias ConnectionInfo

ConnectionInfo: {
    deviceName?: string;
    result: ConnectResult;
}

Represents the connection result information.