Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.9.0.2
Functions
openapi_ptp_tc.h File Reference
#include "openapi_common.h"

Go to the source code of this file.

Functions

open_error_t openapiPtpTcAdminModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *mode)
 Gets PTP TC global administrative mode.
 
open_error_t openapiPtpTcAdminModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode)
 Sets PTP TC global administrative mode.
 
open_error_t openapiPtpTcIntfAdminModeGet (openapiClientHandle_t *client_handle, uint32_t intfNum, OPEN_CONTROL_t *adminMode)
 Get PTP TC mode on the specified interface.
 
open_error_t openapiPtpTcIntfAdminModeSet (openapiClientHandle_t *client_handle, uint32_t intfNum, OPEN_CONTROL_t adminMode)
 Set PTP TC mode on the specified interface.
 
open_error_t openapiPtpTcIntfHwConfigAllowedGet (openapiClientHandle_t *client_handle, uint32_t intfNum, OPEN_BOOL_t *isAllowed)
 Determine if interface configuration can be applied in hardware.
 
open_error_t openapiPtpTcIntfOperAdminModeGet (openapiClientHandle_t *client_handle, uint32_t intfNum, OPEN_CONTROL_t *mode)
 Gets PTP TC operational mode on the specified interface.
 
open_error_t openapiPtpTcIsSupportedGet (openapiClientHandle_t *client_handle, OPEN_BOOL_t *isSupported)
 Check if the PTP TC is supported.
 
open_error_t openapiPtpTcIsValidIntfGet (openapiClientHandle_t *client_handle, uint32_t intfNum, OPEN_BOOL_t *isValid)
 Check if the interface is valid for PTP TC.
 
open_error_t openapiPtpTcIsValidUnitGet (openapiClientHandle_t *client_handle, uint32_t unit, OPEN_BOOL_t *isValid)
 Check if the unit is valid for PTP TC.