blob: d2a489e801329ffab8c65580ced9a854558c0e78 [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.net;
[Discoverable, Layout = "Simple"]
interface Connectivity {
1: -> OnNetworkReachable(bool reachable);
};