dbGetRouteSubAuthor
dbGetRouteSubAuthor(d_routeId) =>t_subAuthorType
Description
Retrieves the sub-author attribute on the specified route.
Argument
Value Returned
Examples
Create a new route rtl with sub-author type Mesh.
rt1 = dbCreateRoute(MainCV mainNet t "normal")
dbSetRouteSubAuthor(rt1 "Mesh")
=> t
Retrieve the sub-author type on the route rtl.
dbGetRouteSubAuthor(rt1)
=> "Mesh"
Related Topics
Return to top