Embedded Wireless Framework
Functions
The Interface tokenizer API

Functions for setting up and controlling the interface tokenizer. More...

Functions

ewf_result ewf_interface_tokenizer_message_pattern_set (ewf_interface *interface_ptr, ewf_interface_tokenizer_pattern *tokenizer_patter_ptr)
 Set the interface message tokenizer pattern. More...
 
ewf_result ewf_interface_tokenizer_message_pattern_get (ewf_interface *interface_ptr, ewf_interface_tokenizer_pattern **tokenizer_patter_ptr_ptr)
 Get the interface message tokenizer pattern. More...
 
ewf_result ewf_interface_tokenizer_command_response_end_pattern_set (ewf_interface *interface_ptr, ewf_interface_tokenizer_pattern *tokenizer_patter_ptr)
 Set the interface command response end tokenizer pattern. More...
 
ewf_result ewf_interface_tokenizer_command_response_end_pattern_get (ewf_interface *interface_ptr, ewf_interface_tokenizer_pattern **tokenizer_patter_ptr_ptr)
 Get the interface command response end tokenizer pattern. More...
 
ewf_result ewf_interface_tokenizer_command_response_pattern_set (ewf_interface *interface_ptr, ewf_interface_tokenizer_pattern *tokenizer_patter_ptr)
 Set the interface command response tokenizer pattern. More...
 
ewf_result ewf_interface_tokenizer_command_response_pattern_get (ewf_interface *interface_ptr, ewf_interface_tokenizer_pattern **tokenizer_patter_ptr_ptr)
 Get the interface command response tokenizer pattern. More...
 
ewf_result ewf_interface_tokenizer_urc_pattern_set (ewf_interface *interface_ptr, ewf_interface_tokenizer_pattern *tokenizer_patter_ptr)
 Set the interface URC tokenizer pattern. More...
 
ewf_result ewf_interface_tokenizer_urc_pattern_get (ewf_interface *interface_ptr, ewf_interface_tokenizer_pattern **tokenizer_patter_ptr_ptr)
 Get the interface URC tokenizer pattern. More...
 

Detailed Description

Functions for setting up and controlling the interface tokenizer.

*** group_interface_timeout

Function Documentation

◆ ewf_interface_tokenizer_command_response_end_pattern_get()

ewf_result ewf_interface_tokenizer_command_response_end_pattern_get ( ewf_interface interface_ptr,
ewf_interface_tokenizer_pattern **  tokenizer_patter_ptr_ptr 
)

Get the interface command response end tokenizer pattern.

Parameters
[in]interface_ptra pointer to the interface data structure
[in,out]tokenizer_patter_ptr_ptra pointer to a pointer to a tokenizer pattern that will get the current command response end tokenizer pattern
Returns
ewf_result status code

◆ ewf_interface_tokenizer_command_response_end_pattern_set()

ewf_result ewf_interface_tokenizer_command_response_end_pattern_set ( ewf_interface interface_ptr,
ewf_interface_tokenizer_pattern tokenizer_patter_ptr 
)

Set the interface command response end tokenizer pattern.

Parameters
[in]interface_ptra pointer to the interface data structure
[in]tokenizer_patter_ptra pointer to a tokenizer pattern that will be set in the interface as the command response end tokenizer pattern
Returns
ewf_result status code

◆ ewf_interface_tokenizer_command_response_pattern_get()

ewf_result ewf_interface_tokenizer_command_response_pattern_get ( ewf_interface interface_ptr,
ewf_interface_tokenizer_pattern **  tokenizer_patter_ptr_ptr 
)

Get the interface command response tokenizer pattern.

Parameters
[in]interface_ptra pointer to the interface data structure
[in,out]tokenizer_patter_ptr_ptra pointer to a pointer to a tokenizer pattern that will get the current command response tokenizer pattern
Returns
ewf_result status code

◆ ewf_interface_tokenizer_command_response_pattern_set()

ewf_result ewf_interface_tokenizer_command_response_pattern_set ( ewf_interface interface_ptr,
ewf_interface_tokenizer_pattern tokenizer_patter_ptr 
)

Set the interface command response tokenizer pattern.

Parameters
[in]interface_ptra pointer to the interface data structure
[in]tokenizer_patter_ptra pointer to a tokenizer pattern that will be set in the interface as the current command response tokenizer pattern
Returns
ewf_result status code

◆ ewf_interface_tokenizer_message_pattern_get()

ewf_result ewf_interface_tokenizer_message_pattern_get ( ewf_interface interface_ptr,
ewf_interface_tokenizer_pattern **  tokenizer_patter_ptr_ptr 
)

Get the interface message tokenizer pattern.

Parameters
[in]interface_ptra pointer to the interface data structure
[in,out]tokenizer_patter_ptr_ptra pointer to a pointer to a tokenizer pattern that will get the current message tokenizer pattern
Returns
ewf_result status code

◆ ewf_interface_tokenizer_message_pattern_set()

ewf_result ewf_interface_tokenizer_message_pattern_set ( ewf_interface interface_ptr,
ewf_interface_tokenizer_pattern tokenizer_patter_ptr 
)

Set the interface message tokenizer pattern.

Parameters
[in]interface_ptra pointer to the interface data structure
[in]tokenizer_patter_ptra pointer to a tokenizer pattern that will be set in the interface as the message tokenizer pattern
Returns
ewf_result status code

◆ ewf_interface_tokenizer_urc_pattern_get()

ewf_result ewf_interface_tokenizer_urc_pattern_get ( ewf_interface interface_ptr,
ewf_interface_tokenizer_pattern **  tokenizer_patter_ptr_ptr 
)

Get the interface URC tokenizer pattern.

Parameters
[in]interface_ptra pointer to the interface data structure
[in,out]tokenizer_patter_ptr_ptra pointer to a pointer to a tokenizer pattern that will get the URC tokenizer pattern
Returns
ewf_result status code

◆ ewf_interface_tokenizer_urc_pattern_set()

ewf_result ewf_interface_tokenizer_urc_pattern_set ( ewf_interface interface_ptr,
ewf_interface_tokenizer_pattern tokenizer_patter_ptr 
)

Set the interface URC tokenizer pattern.

Parameters
[in]interface_ptra pointer to the interface data structure
[in]tokenizer_patter_ptra pointer to a tokenizer pattern that will be set in the interface as the URC tokenizer pattern
Returns
ewf_result status code