Gammu internals  1.38.0
GSM_Protocol_Message Struct Reference

#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]
 

Detailed Description

Definition at line 16 of file protocol.h.

Field Documentation

§ Buffer

unsigned char* GSM_Protocol_Message::Buffer

§ BufferUsed

size_t GSM_Protocol_Message::BufferUsed

Definition at line 23 of file protocol.h.

§ CheckSum

unsigned char GSM_Protocol_Message::CheckSum[2]

Definition at line 24 of file protocol.h.

§ Count

size_t GSM_Protocol_Message::Count

Definition at line 18 of file protocol.h.

§ Destination

unsigned char GSM_Protocol_Message::Destination

Definition at line 21 of file protocol.h.

§ Length

size_t GSM_Protocol_Message::Length

§ Source

unsigned char GSM_Protocol_Message::Source

Definition at line 20 of file protocol.h.

§ Type

int GSM_Protocol_Message::Type

Definition at line 19 of file protocol.h.

Referenced by CheckReplyFunctions(), GSM_DispatchMessage(), and GSM_WaitForOnce().


The documentation for this struct was generated from the following file: