Go to the source code of this file.
Functions | |
SbgErrorCode | sbgEComCmdLicenseApply (SbgEComHandle *pHandle, const void *pBuffer, size_t size) |
SbgErrorCode sbgEComCmdLicenseApply | ( | SbgEComHandle * | pHandle, |
const void * | pBuffer, | ||
size_t | size | ||
) |
Upload and apply a new license to a device. The device will reboot automatically to use the new license.
[in] | pHandle | A valid sbgECom handle. |
[in] | pBuffer | Read only buffer containing the license. |
[in] | size | Size of the buffer. |
Definition at line 16 of file sbgEComCmdLicense.c.