Get Function Table
Function Table: Get Supported Features of Each Device
Flutter Example:
/// Get Function Table event number
getFuncTable(
evtBase: _VBusEvtBase.base_app_get,
evtType: _VBusEvtType.app_get_func_table_user),
/// Get Function Table
libManager.send(evt: CmdEvtType.getFuncTable, json: jsonEncode(json));
JSON Fields Received by the App:
Field Name | Field Type | Description |
---|---|---|
.. |