40 #ifndef OPENAPI_PTP_TC_H_INCLUDED
41 #define OPENAPI_PTP_TC_H_INCLUDED
open_error_t openapiPtpTcIsValidUnitGet(openapiClientHandle_t *client_handle, uint32_t unit, OPEN_BOOL_t *isValid)
Check if the unit is valid for PTP TC.
open_error_t openapiPtpTcIsSupportedGet(openapiClientHandle_t *client_handle, OPEN_BOOL_t *isSupported)
Check if the PTP TC is supported.
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiPtpTcAdminModeGet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t *mode)
Gets PTP TC global administrative mode.
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 openapiPtpTcIntfAdminModeSet(openapiClientHandle_t *client_handle, uint32_t intfNum, OPEN_CONTROL_t adminMode)
Set PTP TC mode on the specified interface.
OPEN_CONTROL_t
OPEN uses these enumerators to indicate enable or disable for a given config or status parameter...
OPEN_BOOL_t
OPEN uses these enumerators to indicate true or false for a given config or status parameter...
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 openapiPtpTcAdminModeSet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode)
Sets PTP TC global administrative mode.
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.