is_host()
      When not connected, always returns `False`. If connected, returns `True` if the unit is acting as the USB host, otherwise returns `False` if acting as a USB device.
Return Value: True or False

file: src/link/engine_link_module.c

landing