mirror of
				https://github.com/Show-maket/EthernetMaket.git
				synced 2025-10-31 02:42:44 +00:00 
			
		
		
		
	server class
This commit is contained in:
		
							
								
								
									
										17
									
								
								src/util/config.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								src/util/config.h
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | ||||
| #ifndef __ETHERNET_MAKET_CONFIG_H__ | ||||
| #define __ETHERNET_MAKET_CONFIG_H__ | ||||
|  | ||||
| #include "Ethernet3.h" | ||||
|  | ||||
| enum ConnectionStatusSimple{ | ||||
|     CONNECT_FAIL = 0, | ||||
|     CONNECT_SUCCESS = 1, | ||||
|     CONNECT_CONNECTING = 2, | ||||
|     CONNECT_START = 3, | ||||
|     CONNECT_IDLE = 4, | ||||
|     CONNECT_CONNECTED = 5, | ||||
|     CONNECT_STOP_START = 6, | ||||
|     CONNECT_STOP_WAITING = 7, | ||||
| }; | ||||
|  | ||||
| #endif // __ETHERNET_MAKET_CONFIG_H__ | ||||
		Reference in New Issue
	
	Block a user