RUI3 (RAK Unified Interface 3) - RAK4631
atcmd_key_id.h
Go to the documentation of this file.
1 #ifndef _ATCMD_KEY_ID_H_
2 #define _ATCMD_KEY_ID_H_
3 #include "atcmd.h"
4 
5 int At_AppEui (SERIAL_PORT port, char *cmd, stParam *param);
6 int At_AppKey (SERIAL_PORT port, char *cmd, stParam *param);
7 int At_AppSKey (SERIAL_PORT port, char *cmd, stParam *param);
8 int At_DevAddr (SERIAL_PORT port, char *cmd, stParam *param);
9 int At_DevEui (SERIAL_PORT port, char *cmd, stParam *param);
10 int At_NetId (SERIAL_PORT port, char *cmd, stParam *param);
11 int At_NwkSKey (SERIAL_PORT port, char *cmd, stParam *param);
12 int At_McRootkey (SERIAL_PORT port, char *cmd, stParam *param);
13 
14 #endif //_ATCMD_KEY_ID_H_
Definition: atcmd.h:59
int At_DevAddr(SERIAL_PORT port, char *cmd, stParam *param)
int At_AppEui(SERIAL_PORT port, char *cmd, stParam *param)
int At_NetId(SERIAL_PORT port, char *cmd, stParam *param)
int At_NwkSKey(SERIAL_PORT port, char *cmd, stParam *param)
int At_AppKey(SERIAL_PORT port, char *cmd, stParam *param)
int At_McRootkey(SERIAL_PORT port, char *cmd, stParam *param)
int At_AppSKey(SERIAL_PORT port, char *cmd, stParam *param)
int At_DevEui(SERIAL_PORT port, char *cmd, stParam *param)
enum _SERIAL_PORT SERIAL_PORT