This file implements SbgECom commands related to device info. More...
#include "sbgEComCmdCommon.h"
Go to the source code of this file.
Classes | |
struct | _SbgEComDeviceInfo |
Macros | |
#define | SBG_ECOM_INFO_PRODUCT_CODE_LENGTH (32) |
Typedefs | |
typedef struct _SbgEComDeviceInfo | SbgEComDeviceInfo |
Functions | |
SbgErrorCode | sbgEComCmdGetInfo (SbgEComHandle *pHandle, SbgEComDeviceInfo *pInfo) |
This file implements SbgECom commands related to device info.
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 sbgEComCmdInfo.h.
#define SBG_ECOM_INFO_PRODUCT_CODE_LENGTH (32) |
Definition at line 30 of file sbgEComCmdInfo.h.
typedef struct _SbgEComDeviceInfo SbgEComDeviceInfo |
Helper structure to retrieve device info.
SbgErrorCode sbgEComCmdGetInfo | ( | SbgEComHandle * | pHandle, |
SbgEComDeviceInfo * | pInfo | ||
) |
Retrieve the device information.
[in] | pHandle | A valid sbgECom handle. |
[in] | pInfo | A pointer to a structure to hold device information. |
Definition at line 14 of file sbgEComCmdInfo.c.