This file implements SbgECom commands related to licenses. More...
#include "sbgEComCmdCommon.h"
Go to the source code of this file.
Functions | |
SbgErrorCode | sbgEComCmdLicenseApply (SbgEComHandle *pHandle, const void *pBuffer, size_t size) |
This file implements SbgECom commands related to licenses.
Copyright (C) 2007-2013, SBG Systems SAS. All rights reserved.
This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Definition in file sbgEComCmdLicense.h.
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.