GetHardKeyModel
Returns the model name of your Hardkey.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
GetHardKeyModel | System Info | Synchronous | Supported | Not supported | Supported | Supported |
Syntax
This function takes no parameters.
Returned value
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.
Notes
You must attach the Hardkey before executing this function, or the function will not execute properly.
Examples
Tag Name | Expression |
---|---|
Tag | GetHardKeyModel() // Returned value = “Local Interface” |
Tag | GetHardKeyModel() // Returned value = “Advanced Server” |