tfInterfaceSetVirtualChannel
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| int tfInterfaceSetVirtualChannel | ( |
| ttUserInterface interfaceHandle, | |
| ttUser32Bit virtualChannel | |
| ); |
Function Description
tfInterfaceSetVirtualChannel() allows the user to set an ATM virtual channel for a given multihome on an interface.
Parameters
- interfaceHandle
- The interface handle as returned by tfAddInterface().
- virtualChannel
- ATM virtual channel set by the user.
- mhomeIndex
- Multihome index on the interface.
Returns
- TM_ENOERROR
- Success.
- TM_EINVAL
- Invalid interface handle or multihome index.
| Also see tfInterfaceGetVirtualChannel(). |