Builds a swiMakeConnection message to connect inputs to outputs. For more information, refer to swiMakeConnection in the Switching Service Developer's Reference Manual.
U32 txswiMakeConnection ( CPIPKT *pkt, SWI_TERMINUS input[], SWI_TERMINUS output[], unsigned count)
Argument |
Description |
pkt |
Pointer to the CPI packet to be formatted into a TX SWI request message. NULL = Return the byte length of the CPI packet required to send the request. |
input |
Array of input terminus descriptors. |
output |
Array of output terminus descriptors. |
count |
Number of connections to make. |
Return value |
Description |
SUCCESS |
If pkt is NULL, the size of the required CPI packet is returned. If pkt is not NULL, 0 is returned to indicate a successful request, or an error code is returned if the request failed. |
MVIP95_ERR_INVALID_PARAMETER |
Invalid count. |