RUI3 (RAK Unified Interface 3) - RAK4631
atcmd_multicast.h
Go to the documentation of this file.
1 /*
2  * @Author: Daniel
3  * @Date: 2021-06-08 11:30:49
4  * @LastEditTime: 2021-06-16 16:26:49
5  * @LastEditors: Please set LastEditors
6  * @Description: In User Settings Edit
7  * @FilePath: \rui-v3-all\component\cli\atcmd_multicast.h
8  */
9 #ifndef _ATCMD_MULTICAST_H_
10 #define _ATCMD_MULTICAST_H_
11 #include "atcmd.h"
12 
13 int At_Addmulc(SERIAL_PORT port, char *cmd, stParam *param);
14 int At_Rmvmulc(SERIAL_PORT port, char *cmd, stParam *param);
15 int At_Lstmulc(SERIAL_PORT port, char *cmd, stParam *param);
16 
17 #endif //_ATCMD_GENERAL_H_
Definition: atcmd.h:59
int At_Rmvmulc(SERIAL_PORT port, char *cmd, stParam *param)
int At_Lstmulc(SERIAL_PORT port, char *cmd, stParam *param)
int At_Addmulc(SERIAL_PORT port, char *cmd, stParam *param)
enum _SERIAL_PORT SERIAL_PORT