|
sketchbook
|
#include <stdio.h>#include <stdint.h>#include <unistd.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>#include <netdb.h>#include <string.h>#include <errno.h>#include <crypt.h>#include "wiringPi.h"#include "drcNet.h"#include "../wiringPiD/drcNetCmd.h"Functions | |
| int | _drcSetupNet (const char *ipAddress, const char *port, const char *password) |
| int | drcSetupNet (const int pinBase, const int numPins, const char *ipAddress, const char *port, const char *password) |
| int _drcSetupNet | ( | const char * | ipAddress, |
| const char * | port, | ||
| const char * | password | ||
| ) |
| int drcSetupNet | ( | const int | pinBase, |
| const int | numPins, | ||
| const char * | ipAddress, | ||
| const char * | port, | ||
| const char * | password | ||
| ) |
1.8.6