Service Information.
More...
Detailed Description
Service Information.
Typedef Documentation
Function Documentation
CHIPCARD_API LCM_SERVICE* LCM_Service_new |
( |
uint32_t |
serverId, |
|
|
uint32_t |
serviceId, |
|
|
const char * |
serviceName | |
|
) |
| | |
CHIPCARD_API void LCM_Service_free |
( |
LCM_SERVICE * |
ms |
) |
|
CHIPCARD_API uint32_t LCM_Service_GetServiceId |
( |
const LCM_SERVICE * |
ms |
) |
|
CHIPCARD_API uint32_t LCM_Service_GetServerId |
( |
const LCM_SERVICE * |
ms |
) |
|
CHIPCARD_API const char* LCM_Service_GetServiceName |
( |
const LCM_SERVICE * |
ms |
) |
|
CHIPCARD_API GWEN_BUFFER* LCM_Service_GetLogBuffer |
( |
const LCM_SERVICE * |
ms |
) |
|
CHIPCARD_API time_t LCM_Service_GetLastChangeTime |
( |
const LCM_SERVICE * |
ms |
) |
|
CHIPCARD_API const char* LCM_Service_GetStatus |
( |
const LCM_SERVICE * |
ms |
) |
|
CHIPCARD_API void LCM_Service_SetStatus |
( |
LCM_SERVICE * |
ms, |
|
|
const char * |
s | |
|
) |
| | |