summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1605204_ldr_transport_layer/include/t_z_protocol.h
blob: ea4e07a75f65330f592794a7994b83a9c223b027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*******************************************************************************
 * Copyright (C) ST-Ericsson SA 2011
 * License terms: 3-clause BSD license
 ******************************************************************************/
#ifndef INCLUSION_GUARD_T_Z_PROTOCOL_H
#define INCLUSION_GUARD_T_Z_PROTOCOL_H
/**
 *  @addtogroup ldr_communication_serv
 *  @{
 *    @addtogroup z_family
 *    @{
 *      @addtogroup z_protocol
 *      @{
 */

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "t_z_network.h"

/*******************************************************************************
 * Types, constants
 ******************************************************************************/

/** Z protocol family context. */
typedef struct {
    Z_NetworkContext_t Network; /**< Network context.*/
} Z_FamilyContext_t;


/** Structure for transfer input parameters in Z protocol family */
typedef struct {
    uint8 *Data_p; /**< Pointer to the TI data.*/
    uint8  Size;   /**< Size of the data for transfer. */
} Z_SendingContent_t;

/** @} */
/** @} */
/** @} */
#endif // INCLUSION_GUARD_T_Z_PROTOCOL_H