#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | PARAMETER_INFO |
struct | VERSION_INFO |
Typedefs | |
typedef struct PARAMETER_INFO | Param_t |
typedef struct VERSION_INFO | Ver_t |
Functions | |
int | get_embedded_param (char *param) |
int | get_parameter (Param_t *apParam) |
Get version info. | |
int | get_version (Ver_t *apVer) |
Get version info. | |
int | set_baudrate (int baud) |
typedef struct PARAMETER_INFO Param_t |
Structure of PP command
typedef struct VERSION_INFO Ver_t |
Structure of VV command
int get_embedded_param | ( | char * | param | ) |
Definition at line 248 of file ypprotocol.c.
int get_parameter | ( | Param_t * | apParam | ) |
Get version info.
*apVer | Pointer to version structure |
Definition at line 186 of file ypprotocol.c.
int get_version | ( | Ver_t * | apVer | ) |
Get version info.
*apVer | Pointer to version structure |
Definition at line 111 of file ypprotocol.c.
int set_baudrate | ( | int | baud | ) |
Definition at line 57 of file ypprotocol.c.