Demo HCI Implementation for WiMOD-LR Devices
V2.0.3
WiMOD_SAP_Generic_IDs.h
Go to the documentation of this file.
1
//------------------------------------------------------------------------------
31
//------------------------------------------------------------------------------
32
33
34
#ifndef SAP_WIMOD_SAP_GENERIC_IDS_H_
35
#define SAP_WIMOD_SAP_GENERIC_IDS_H_
36
37
//------------------------------------------------------------------------------
38
//
39
// Section Includes Files
40
//
41
//------------------------------------------------------------------------------
42
43
#include "utils/WMDefs.h"
44
45
//------------------------------------------------------------------------------
46
//
47
// Section defines
48
//
49
//------------------------------------------------------------------------------
50
51
53
#define WiMOD_GENERIC_MSG_SIZE (100)
54
55
56
//------------------------------------------------------------------------------
57
//
58
// structures
59
//
60
//------------------------------------------------------------------------------
61
63
67
typedef
struct
TWiMODLR_Generic_CmdInfo
68
{
69
UINT8 Status;
70
UINT8 SapID;
71
UINT8 MsgReqID;
72
UINT8 MsgRspID;
73
UINT16 CmdPayloadLength;
74
UINT8 CmdPayload[
WiMOD_GENERIC_MSG_SIZE
];
75
} TWiMODLR_Generic_CmdInfo;
76
78
79
80
#endif
/* SAP_WIMOD_SAP_GENERIC_IDS_H_ */
WiMOD_GENERIC_MSG_SIZE
#define WiMOD_GENERIC_MSG_SIZE
Definition:
WiMOD_SAP_Generic_IDs.h:53
SAP
WiMOD_SAP_Generic_IDs.h
Generated on Tue Dec 12 2023 11:11:33 for Demo HCI Implementation for WiMOD-LR Devices by
1.8.17