package
0.0.0-20191219175559-ac156b67e8e5
Repository: https://github.com/depau/go-bluetooth.git
Documentation: pkg.go.dev
# README
Generator
This software parse doc
bluez folder and output a set of struct to interact with the bluez DBus API.
Notes
- Generated files have a
gen_
prefix, followed by the API name - If a
<API name>.go
file exists, it will be skipped from the generation. This to allow custom code to live with generated one. - Generation process does not overwrite existing files, ensure to remove previously generated files.
# Functions
Exists reports whether the named file or directory exists.
ListFiles return a list of bluez api txt.
LoadJSON parse an ApiGroup from JSON definition.
Mkdir Create a dir if not exists.
NewApiGroup initialize a new ApiGroup.
Parse bluez DBus API docs.
ReadFile read a file content.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author