Sign in
fuchsia
/
fuchsia
/
161cd89e3ec1b69ee658fbf993c350eecbf695e6
/
.
/
docs
/
development
/
languages
/
fidl
/
tutorials
/
hlcpp
tree: fcb286e03b0130ad100d779617157d4a4411fb1b [
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