Returns the model name of your Hardkey.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
GetHardKeyModel | System Info | Synchronous | Supported | Not supported | Executed on Server |
This function takes no parameters.
If the Hardkey is installed, then the function returns a string with the Hardkey model name.
If the Hardkey is not installed, then the function returns 0.
You must attach the Hardkey before executing this function, or the function will not execute properly.
Tag Name | Expression |
---|---|
Tag | GetHardKeyModel() // Returned value = "Local Interface" |
Tag | GetHardKeyModel() // Returned value = "Advanced Server" |