add dataclient sublib to be used by multiple tools.
This commit is contained in:
28
aqhome/dataclient/client_p.h
Normal file
28
aqhome/dataclient/client_p.h
Normal file
@@ -0,0 +1,28 @@
|
||||
/****************************************************************************
|
||||
* This file is part of the project AqHome.
|
||||
* AqHome (c) by 2025 Martin Preuss, all rights reserved.
|
||||
*
|
||||
* The license for this file can be found in the file COPYING which you
|
||||
* should have received along with this file.
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef AQHOME_DATA_CLIENT_P_H
|
||||
#define AQHOME_DATA_CLIENT_P_H
|
||||
|
||||
#include "aqhome/dataclient/client.h"
|
||||
|
||||
|
||||
typedef struct AQH_DATA_CLIENT AQH_DATA_CLIENT;
|
||||
struct AQH_DATA_CLIENT {
|
||||
AQH_OBJECT *ipcEndpoint;
|
||||
int timeoutInSeconds;
|
||||
|
||||
uint8_t protoId;
|
||||
uint8_t protoVer;
|
||||
|
||||
uint32_t lastMsgId;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user