Builds a swiConfigSec8KClock message to define the source of the secondary 8 KHz clock on the bus. For more information, refer to swiConfigSec8KClock in the Switching Service Developer's Reference Manual.
U32 txswiConfigSec8KClock ( CPIPKT *pkt, DWORD source, DWORD network)
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. |
source |
Source of the clock signal (MVIP95_SOURCE_xxx). |
network |
Network number when the source = MVIP95_SOURCE_NETWORK. |
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. |