blob: 0c475959995a7ca7cbb027d296b7cf4ba184b4cb [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.xi;
[Discoverable]
interface Json {
// Connect a socket, which then has the same behavior as stdin/stdout in
// Unix/Windows. Note that this used to also have a ledger connection (for
// multi-device sync), but that needs to be handled a different way.
1: ConnectSocket(handle<socket> sock);
};