Clients.c File Reference

functions which apply to client structures More...

#include "Clients.h"
#include <string.h>
#include <stdio.h>
Include dependency graph for Clients.c:

Functions

int clientIDCompare (void *a, void *b)
 List callback function for comparing clients by clientid.
int clientSocketCompare (void *a, void *b)
 List callback function for comparing clients by socket.

Detailed Description

functions which apply to client structures


Function Documentation

int clientIDCompare ( void *  a,
void *  b 
)

List callback function for comparing clients by clientid.

Parameters:
a first integer value
b second integer value
Returns:
boolean indicating whether a and b are equal
int clientSocketCompare ( void *  a,
void *  b 
)

List callback function for comparing clients by socket.

Parameters:
a first integer value
b second integer value
Returns:
boolean indicating whether a and b are equal
 All Data Structures Files Functions Variables Typedefs Defines

Generated on 30 Jul 2017 for MQTT C Client Libraries Internals by  doxygen 1.6.1