aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7e13f84..99aec9e 100644
--- a/README.md
+++ b/README.md
@@ -61,3 +61,6 @@ mobly snippet lib along with detailed tutorials.
* [ex5_schedule_rpc](examples/ex5_schedule_rpc): Example of how to use the
'scheduleRpc' RPC to execute another RPC at a later time, potentially after
device disconnection.
+* [ex6_complex_type_conversion](examples/ex6_complex_type_conversion): Example of how to pass a
+ non-primitive type to the Rpc methods and return non-primitive type from Rpc methods by
+ supplying a type converter.