Replies: 1 comment
-
Sorry, I didn't realize that the tutorial was outdated and that you also had to look at the examples, now it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to use your code in the tutorial: "Interpreting the packets (Example 6 in the source package)." I have a problem with the declaration:
private static void device_OnPacketArrival( object sender, CaptureEventArgs e)
I can't find the "CaptureEventArgs" class in version 6.3.0.0; I find the "System.EventArgs" class.
If you can help me . Thanks
Beta Was this translation helpful? Give feedback.
All reactions