You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. Copyright (c) 2010 ARM Research Laboratories
  2. The C# sample application is as simple as possible.
  3. It demonstrates how an oem application would initialize the SNF engine
  4. (providing authentication at run-time so it is not exposed to the end
  5. user); exercise the IP and message scanning API (message scanned from
  6. a buffer already loaded in the application); retrieve status information
  7. from the SNF engine; and close down the SNF engine gracefully.
  8. For simplicity this demonstration code does not use multiple threads.