sbgECom  1.11.920-stable
Data Structures | Typedefs | Functions
sbgEComCmdInfo.h File Reference

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)
 

Detailed Description

This file implements SbgECom commands related to device info.

Author
SBG Systems (Maxime Renaudet)
Date
11 June 2014

Copyright Notice

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 Documentation

§ SbgEComDeviceInfo

Helper structure to retrieve device info.

Function Documentation

§ sbgEComCmdGetInfo()

SbgErrorCode sbgEComCmdGetInfo ( SbgEComHandle pHandle,
SbgEComDeviceInfo pInfo 
)

Retrieve the device information.

Parameters
[in]pHandleA valid sbgECom handle.
[in]pInfoA pointer to a structure to hold device information.
Returns
SBG_NO_ERROR if the command has been executed successfully.