A bidirectional port combines two unidirectional ports into one bidirectional port.
Function Documentation
Create bidirectional port from two unidirectional ports
- Parameters:
-
| pool | Pool to allocate memory. |
| get_port | Port where get_frame() will be directed to. |
| put_port | Port where put_frame() will be directed to. |
| p_port | Pointer to receive the port instance. |
- Returns:
- PJ_SUCCESS on success.