Sign in
fuchsia
/
fuchsia
/
e4bafa03b206
/
.
/
docs
/
development
/
languages
/
fidl
/
tutorials
/
hlcpp
tree: 22cf7e833e3856e03762e19a46c4c707b1c96b4e [
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