Exported Functions
- group Proxy_Protocol_Exported_Functions
Functions
-
bool proxy_cfg_set_filter_type(uint8_t ctx_id, proxy_cfg_filter_type_t filter_type)
set the proxy filter type
- 参数:
ctx_id – [in] the context idx
filter_type – [in] the filter type
- 返回:
send result
-
bool proxy_cfg_add_remove_addr(uint8_t ctx_id, bool add_remove, uint16_t addr[], uint16_t count)
add / remove proxy filter addr
- 参数:
ctx_id – [in] the context idx
add_remove – [in] 1 - add, 0 - remove
addr – [in] the address list
count – [in] the address count
- 返回:
send result
-
bool proxy_cfg_set_filter_type(uint8_t ctx_id, proxy_cfg_filter_type_t filter_type)