route method
Route the network edge route. 获取当前节点到目标节点到组网信息.
Implementation
@MPI(name: "mesh.net.route")
Future<Route?> route(String mdc, {Context? ctx}) {
throw UnimplementedError('route() has not been implemented.');
}
Route the network edge route. 获取当前节点到目标节点到组网信息.
@MPI(name: "mesh.net.route")
Future<Route?> route(String mdc, {Context? ctx}) {
throw UnimplementedError('route() has not been implemented.');
}