Sign in
fuchsia
/
fuchsia
/
099dfaa57f8e77a17e57e89b07604f2a4d648410
/
.
/
docs
/
development
/
languages
/
fidl
/
tutorials
/
hlcpp
tree: 1abab73ffa754909d51b4b61eb8980f07c617aef [
path history
]
[
tgz
]
basics/
topics/
README.md
docs/development/languages/fidl/tutorials/hlcpp/README.md
HLCPP tutorials
This section includes the following tutorials for using the HLCPP FIDL bindings:
Getting started
Include FIDL in a C++ project
Write a server
Write a client (
async
or
synchronous
)
Topics
Request pipelining
Testing HLCPP protocols
FIDL type formatting with fostr
Handling multiple clients
Unified services