-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add request offline floating license #14
feat: add request offline floating license #14
Conversation
|
||
PURPOSE: Sends the request to lease the license from the LexFloatServer for offline usage. | ||
|
||
RETURN CODES: LF_OK, LF_FAIL, LF_E_PRODUCT_ID, LF_E_LICENSE_EXISTS, LF_E_HOST_URL, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muneebkq Parameter is missing in the docs. Also doc for this function is not complete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added now
FUNCTION: RequestOfflineFloatingLicense() | ||
|
||
PURPOSE: Sends the request to lease the license from the LexFloatServer for offline usage. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muneebkq Parameter is missing in the docs. Also doc for this function is not complete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the comments
The
RequestOfflineFloatingLicense
function sends a request to lease the license for offline usage. The function takes aleaseDuration
parameter, which specifies the duration of the lease in seconds. The function returns various status codes indicating the success or failure of the request. This feature allows users to use the license offline when an internet connection is not available.