Getting Version
This function is used by the terminal to obtain the CliSiTef and CliSiTefI versions.
int ObtemVersao (VersaoCliSiTef,VersaoCliSiTefI)
ASCII interface
ObtemVersaoA (Result, VersionCliSiTef, VersionCliSiTefI)
Parameter | Type | Standard interface | ASCII Interface | Description |
---|---|---|---|---|
Result | Output, by value | Not used | Fixed 6 | Contains the result of the response to the routine call. |
VersaoCliSiTef | Output, by value | char * | Max 64 | The return contains the CliSiTef version |
VersaoCliSiTefI | Output, by value | char * | Max 64 | The return contains, if any, the version of CliSiTefI |
Upon return, the routine returns 0 when executed successfully and different in the case of an error.
Updated 15 days ago