CKBuildRevision - cCLIHandler
Returns the build revision of the Connectivity Kit.
Type: Function
Return Data Type: Integer
Syntax
Function CKBuildRevision Returns Integer
Call Example
Get CKBuildRevision to IntegerVariable
Description
Returns the build revision of the Connectivity Kit.
Sample
You can use this function to display the current build revision number of the Connectivity Kit.
Procedure ShowBuildCKRevision String sDRiverID
Handle hoCLIHandler
Get Create U_cCLIHandler To hoCLIHandler
Set psDriverID To sDRiverID
Showln (CKBuildRevision(hoCLIHandler))
Send Destroy Of hoCLIHandler
End_Procedure // ShowBuildCKRevision
See Also
CKMinorRevision | CKMajorRevision | CKRevision | CKReleaseRevision
Return Value
Returns the build revision of the Connectivity Kit.