OpenV2G
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | V2GTP_H_ |
#define | V2GTP_HEADER_LENGTH 8 |
#define | V2GTP_VERSION 0x01 |
#define | V2GTP_VERSION_INV 0xFE |
#define | V2GTP_EXI_TYPE 0x8001 |
Functions | |
int | write_v2gtpHeader (uint8_t *outStream, uint32_t outStreamLength, uint16_t payloadType) |
int | read_v2gtpHeader (uint8_t *inStream, uint32_t *payloadLength) |
#define V2GTP_EXI_TYPE 0x8001 |
#define V2GTP_H_ |
#define V2GTP_HEADER_LENGTH 8 |
#define V2GTP_VERSION 0x01 |
#define V2GTP_VERSION_INV 0xFE |
int read_v2gtpHeader | ( | uint8_t * | inStream, |
uint32_t * | payloadLength | ||
) |
int write_v2gtpHeader | ( | uint8_t * | outStream, |
uint32_t | outStreamLength, | ||
uint16_t | payloadType | ||
) |