tree: 67eb22346d34d13cf28bda3348aed20d5be45ba3 [path history] [tgz]
  1. _toc.yaml
  2. connecting-components.md
  3. diagnostics-monitoring.md
  4. fidl.md
  5. integration-testing.md
  6. README.md
docs/get-started/learn/fidl/README.md

keywords: docType:Overview,category:FuchsiaTestAndDebug,docType:ApiReference,category:FuchsiaSDK,category:FuchsiaFidl keywords_public: Fuchsia, FIDL, Interface Definition Language, bindings, components, testing, debugging, interfaces description: This document provides an overview of the Fuchsia Interface Definition Language (FIDL), covering how to generate bindings, expose and consume interfaces in components, and test and debug FIDL interfaces.

Fuchsia interfaces

<<../../_common/fidl/_overview.md>>

Prerequisites

What you'll learn

  • Fuchsia Interface Definition Language (FIDL)
  • Generating FIDL bindings
  • Exposing and consuming FIDL in components
  • Testing and debugging a FIDL interface

What you'll need