This sample code is supported on Mesa2, Mesa3, and Mesa Pro Windows-based products.

The intent of this sample code is to help customers who want to get some system information
(such as the serial number), or control the LEDs on Juniper Systems Windows-based products.

This sample gets the serial number a couple of different ways (see SystemInfo.cs).
    1)  Uses the Juniper Systems "Info DLL".  All the available functions contained
        In the Info Dlls (more than just the serial number) are included in the
        SystemInfo.cs file.
    2)  Just to show that some items can be retrieved more generically, a WMI based
        method to retrieve the serial number is also shown.

This sample code also controls the blue, green, and keypad backlight LEDs.  The
low-level code for this is in LedDriverAccess.cs.