DLN_VERSION

The DLN_VERSION structure is used to store the DLN-series adapter and software version data.

    typedef struct
     {
        uint32_t hardwareType;
        uint32_t hardwareVersion;
        uint32_t firmwareVersion;
        uint32_t serverVersion;
        uint32_t libraryVersion;
     } __PACKED_ATTR DLN_VERSION;
  

Members:

hardwareType
A type of the device (e.g. DLN-4).
hardwareVersion
A version of the hardware, used in he device.
firmwareVersion
A version of the firmware, installed in the device.
serverVersion
A version of the DLN server.
libraryVersion
A version of the DLN-library.