Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.11.1.2
Welcome
ADK Documentation
API Reference
Files
File List
Globals
api
include
openapi_nsdp.h
Go to the documentation of this file.
1
10
/**********************************************************************
11
*
12
* Copyright 2023 Broadcom.
13
*
14
* Licensed under the Apache License, Version 2.0 (the "License");
15
* you may not use this file except in compliance with the License.
16
* You may obtain a copy of the License at
17
*
18
* http://www.apache.org/licenses/LICENSE-2.0
19
*
20
* Unless required by applicable law or agreed to in writing, software
21
* distributed under the License is distributed on an "AS IS" BASIS,
22
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23
* See the License for the specific language governing permissions and
24
* limitations under the License.
25
*
26
***********************************************************************
27
*
28
* @filename openapi_nsdp.h
29
*
30
* @purpose This code implements the OpEN NSDP API
31
*
32
* @component OPEN
33
*
34
* @create 03/21/2023
35
*
36
* @end
37
*
38
*********************************************************************/
39
#ifndef OPENAPI_NSDP_H_INCLUDED
40
#define OPENAPI_NSDP_H_INCLUDED
41
42
#include "
openapi_common.h
"
43
44
45
/*************************************************************************/
59
open_error_t
openapiNsdpModeSet
(
openapiClientHandle_t
*client_handle,
OPEN_CONTROL_t
mode);
60
61
/*************************************************************************/
75
open_error_t
openapiNsdpModeGet
(
openapiClientHandle_t
*client_handle,
OPEN_CONTROL_t
*mode);
76
77
78
#endif
/* OPENAPI_NSDP_H_INCLUDED */
79
open_error_t
open_error_t
OPEN uses these enumerators to indicate the error codes.
Definition:
openapi_common.h:64
openapiClientHandle_s
Definition:
openapi_common.h:130
openapiNsdpModeSet
open_error_t openapiNsdpModeSet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode)
Sets the NSDP Admin Mode.
OPEN_CONTROL_t
OPEN_CONTROL_t
OPEN uses these enumerators to indicate enable or disable for a given config or status parameter...
Definition:
openapi_common.h:162
openapi_common.h
openapiNsdpModeGet
open_error_t openapiNsdpModeGet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t *mode)
Get the NSDP Admin Mode.
© 2023 by Broadcom. All rights reserved.