How to use the getServiceNamesAndTypes function from bindings

Find comprehensive JavaScript bindings.getServiceNamesAndTypes code examples handpicked from public code repositorys.

1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
/**
 * Get the list of services discovered by the provided node.
 * @return {Array<{name: string, types: Array<string>}>} - An array of the names and types.
 */
getServiceNamesAndTypes() {
  return rclnodejs.getServiceNamesAndTypes(this.handle);
}

/**
 * Get the list of nodes discovered by the provided node.
fork icon65
star icon244
watch icon27

+ 53 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)