Neonode zForce(TM) SDK
FingerFrequencyMessage.h
Go to the documentation of this file.
1 
9 #ifndef MESSAGE_FINGERFREQUENCYMESSAGE_FINGERFREQUENCYMESSAGE_H
10 #define MESSAGE_FINGERFREQUENCYMESSAGE_FINGERFREQUENCYMESSAGE_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_FINGERFREQUENCYMESSAGE_FINGERFREQUENCYMESSAGE_H
42 
Definition: FingerFrequencyMessage.h:16
DLLINTERNAL FingerFrequencyMessage * FingerFrequencyMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for FingerFrequencyMessage.
uint32_t Frequency
Frequency.
Definition: FingerFrequencyMessage.h:19
Message
Base Message.
Definition: FingerFrequencyMessage.h:18