Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.6.0.3
Enumerations | Functions
openapi_voice_vlan.h File Reference
#include "openapi_common.h"

Go to the source code of this file.

Enumerations

enum  OPEN_VOICE_VLAN_CONFIG_TYPE_t {
  OPEN_VOICE_VLAN_CONFIG_DISABLE = 0, OPEN_VOICE_VLAN_CONFIG_VLAN_ID = 1, OPEN_VOICE_VLAN_CONFIG_DOT1P = 2, OPEN_VOICE_VLAN_CONFIG_NONE = 3,
  OPEN_VOICE_VLAN_CONFIG_UNTAGGED = 4
}
 

Functions

open_error_t openapiVoiceVlanAdminModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *mode)
 Gets Voice VLAN global administrative mode. More...
 
open_error_t openapiVoiceVlanAdminModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode)
 Sets Voice VLAN global administrative mode. More...
 
open_error_t openapiVoiceVlanPortAdminModeGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_VOICE_VLAN_CONFIG_TYPE_t *mode)
 Get the Voice VLAN interface mode. More...
 
open_error_t openapiVoiceVlanPortAdminModeSet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_VOICE_VLAN_CONFIG_TYPE_t mode, uint32_t dataValue)
 Set the Voice VLAN interface mode. More...
 
open_error_t openapiVoiceVlanPortDot1pPriorityGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *priority)
 Get the Voice VLAN port DOT1P priority. More...
 
open_error_t openapiVoiceVlanPortVlanIdGet (openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *vlanId)
 Get the Voice VLAN port VLAN ID. More...