Gammu internals
1.38.0
|
#include <protocol.h>
Data Fields | |
size_t | Length |
size_t | Count |
int | Type |
unsigned char | Source |
unsigned char | Destination |
unsigned char * | Buffer |
size_t | BufferUsed |
unsigned char | CheckSum [2] |
Definition at line 16 of file protocol.h.
unsigned char* GSM_Protocol_Message::Buffer |
Definition at line 22 of file protocol.h.
Referenced by CheckReplyFunctions(), GSM_DispatchMessage(), GSM_WaitForOnce(), and NOKIA_EncodeDateTime().
size_t GSM_Protocol_Message::BufferUsed |
Definition at line 23 of file protocol.h.
unsigned char GSM_Protocol_Message::CheckSum[2] |
Definition at line 24 of file protocol.h.
size_t GSM_Protocol_Message::Count |
Definition at line 18 of file protocol.h.
unsigned char GSM_Protocol_Message::Destination |
Definition at line 21 of file protocol.h.
size_t GSM_Protocol_Message::Length |
Definition at line 17 of file protocol.h.
Referenced by CheckReplyFunctions(), GSM_DispatchMessage(), GSM_WaitForOnce(), and NOKIA_EncodeDateTime().
unsigned char GSM_Protocol_Message::Source |
Definition at line 20 of file protocol.h.
int GSM_Protocol_Message::Type |
Definition at line 19 of file protocol.h.
Referenced by CheckReplyFunctions(), GSM_DispatchMessage(), and GSM_WaitForOnce().