Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
eth/mac.h
- Committer:
- andrewboyson
- Date:
- 2018-01-11
- Revision:
- 61:aad055f1b0d1
- Parent:
- 60:1d8c7a1e7483
- Child:
- 143:8cec8f08dc54
File content as of revision 61:aad055f1b0d1:
#include <stdbool.h> extern void MacClear(char* mac); extern void MacCopy(char* macTo, char* macFrom); extern bool MacIsEmpty(char* mac); extern bool MacIsSame(char* macA, char* macB); extern int MacToString(char* mac, int size, char* text); extern int MacLog(char* mac); extern int MacHttp(char* mac); extern char MacLocal[]; extern int MacAccept(char* p); extern void MacMakeFromDest(int dest, int pro, char* p);