Neonode zForce(TM) SDK
IdleFrequencyMessage.h
Go to the documentation of this file.
1 
9 #ifndef MESSAGE_IDLEFREQUENCYMESSAGE_IDLEFREQUENCYMESSAGE_H
10 #define MESSAGE_IDLEFREQUENCYMESSAGE_IDLEFREQUENCYMESSAGE_H
11 
12 #ifndef ZFORCECOMMON_H
13  #error Please include "zForceCommon.h" before this file.
14 #endif // ZFORCECOMMON_H
15 
17 {
19  uint32_t Frequency;
20 };
21 
38  (MessageGroup messageGroup,
39  uint32_t size);
40 
41 #endif // MESSAGE_IDLEFREQUENCYMESSAGE_IDLEFREQUENCYMESSAGE_H
42 
DLLINTERNAL IdleFrequencyMessage * IdleFrequencyMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for IdleFrequencyMessage.
Message
Base Message.
Definition: IdleFrequencyMessage.h:18
Definition: IdleFrequencyMessage.h:16
uint32_t Frequency
Frequency.
Definition: IdleFrequencyMessage.h:19