LOGGER  Logger
Data Logging using ESP8266
security.h
Go to the documentation of this file.
1 //
28 // Copyright (c) 2016 by Dragonnorth Group, all rights reserved.
29 //
30 // Author: Michael Newman
31 #ifndef securityHedit
32 #define securityHedit 1
33 // 25Mar16 MJNewman 1: Created
34 //
35 // An unrestricted license to this software is granted to:
36 // No grants yet.
37 // and may be granted to others.
38 
39 #include "basetype.h"
40 
41 
45 extern char readSignature[32];
46 
50 extern char readWriteSignature[32];
51 
55 extern void securityInit();
56 
69 extern bool securityReadAllowed();
70 
82 extern bool securityReadWriteAllowed();
83 
85 extern void securityConfigurationPage();
86 
87 #endif // defined(securityHedit)
char readWriteSignature[32]
Definition: security.cpp:35
char readSignature[32]
< version of this include file
Definition: security.cpp:33
void securityConfigurationPage()
display the security configuration page
Definition: security.cpp:99
bool securityReadAllowed()
Definition: security.cpp:53
bool securityReadWriteAllowed()
Definition: security.cpp:76
void securityInit()
Definition: security.cpp:38