Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
long C2xGetLastError(void);
char error[100]; long value; long packetHandle; value = C2xGetTokenInt(packetHandle, "eth", "type"); if (C2xGetLastError() == 0) { write("Ethernet Type is 0x%x", value); } else { C2xGetLastErrorText(elCount(error), error); write("Error: %s", error); }