dbCreateTrunkConnect
dbCreateTrunkConnect(t_name d_topologyId d_startTrunkId d_endTrunkId) =>d_trunkConnectId/ nil
Description
Creates a trunk connect pattern on the specified topology with the specified start and end trunks.
Arguments
|
The topology ID on which the trunk connect pattern is created. |
|
Value Returned
Examples
trunkConnect = dbCreateTrunkConnect("trunkConnect" topology startTrunk endTrunk)
Related Topics
Topology Pattern Database Access Functions
Return to top