ST_LicenseDongle

Structure with identification data of all connected license dongles

TYPE ST_LicenseDongle :
STRUCT
    stAmsAddr     : AMSADDR;
    eDevType      : E_LDevType;
    nFlags        : UDINT;
    eDongleStatus : E_LDongleStatus;
    nSerialNo     : UDINT;
    nReserved1    : UDINT;
    nReserved2    : UDINT;
END_STRUCT
END_TYPE

Name

Description

stAmsAddr

Network ID (AmsNetId and port) of the license dongle

eDevType

See E_LDevType

nFlags

0: statically configured

1: dynamic dongle

eDongleStatus

Validation status of the license dongle (see E_LDongleStatus)

nSerialNo

ID number of the dongle / License Key Terminal

nReserved1

Reserved for future use

nReserved2

Reserved for future use