connections.h

来自「embedded ethernet code for pic18F」· C头文件 代码 · 共 9 行

H
9
字号
// Key functions for invoking the network stack from a main loop
//
// handleIncomingPacket(unsigned char *) - handles incoming data, passing it to servers, with data in the array
// handleOutgoingPacket(unsigned char *) - handles packets that servers may wish to send out, with data in the array

void handleIncomingPacket(unsigned char *);
void handleOutgoingPacket(unsigned char *);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?