Skip to content
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

Merged

Conversation

muneebkq
Copy link
Collaborator

The RequestOfflineFloatingLicense function sends a request to lease the license for offline usage. The function takes a leaseDuration 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.

@muneebkq muneebkq requested a review from ahmad-kemsan July 16, 2024 09:15
@muneebkq muneebkq changed the base branch from main to borrowing-develop August 1, 2024 04:13

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,
Copy link
Collaborator

@ahmad-kemsan ahmad-kemsan Aug 1, 2024

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.

Copy link
Collaborator Author

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.

Copy link
Collaborator

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

Copy link
Collaborator

@ahmad-kemsan ahmad-kemsan left a 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

@ahmad-kemsan ahmad-kemsan merged commit 0d8893d into borrowing-develop Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants