38 #ifndef OPENAPI_VOICE_VLAN_H_INCLUDED
39 #define OPENAPI_VOICE_VLAN_H_INCLUDED
141 uint32_t ifNum, uint32_t *vlanId);
158 uint32_t ifNum, uint32_t *priority);
open_error_t openapiVoiceVlanPortDot1pPriorityGet(openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *priority)
Get the Voice VLAN port DOT1P priority.
send untagged packets, no data needed to configure
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiVoiceVlanAdminModeSet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode)
Sets Voice VLAN global administrative mode.
allow device to use its own configuration, no data needed to configure
voice VLAN disabled, no data needed to configure
OPEN_CONTROL_t
OPEN uses these enumerators to indicate enable or disable for a given config or status parameter...
open_error_t openapiVoiceVlanAdminModeGet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t *mode)
Gets Voice VLAN global administrative mode.
use 802.1p priority tagging, priority data specified when configured
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.
OPEN_VOICE_VLAN_CONFIG_TYPE_t
open_error_t openapiVoiceVlanPortAdminModeGet(openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_VOICE_VLAN_CONFIG_TYPE_t *mode)
Get the Voice VLAN interface mode.
tag with specified VLAN ID, VLAN ID specified when configured
open_error_t openapiVoiceVlanPortVlanIdGet(openapiClientHandle_t *client_handle, uint32_t ifNum, uint32_t *vlanId)
Get the Voice VLAN port VLAN ID.