sbgECom
1.11.920-stable
|
This file implements SbgECom commands related to device info. More...
#include "sbgEComCmdCommon.h"
Go to the source code of this file.
Data Structures | |
struct | _SbgEComDeviceInfo |
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.
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. |