sbgECom Library  4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
_SbgEComCmdApiReply Struct Reference

#include <sbgEComCmdApi.h>

Data Fields

SbgEComProtocolPayload payload
 
uint16_t statusCode
 
const char * pContent
 

Detailed Description

Reply to REST API commands.

The reply content is a null-terminated string, normally in JSON format.

The content directly refers to data inside the payload.

Field Documentation

◆ payload

SbgEComProtocolPayload _SbgEComCmdApiReply::payload

Payload.

◆ statusCode

uint16_t _SbgEComCmdApiReply::statusCode

Status code.

◆ pContent

const char* _SbgEComCmdApiReply::pContent

Content.


The documentation for this struct was generated from the following file: