changes for R412M test cases

Embed: (wiki syntax)

« Back to documentation index

UbloxATCellularInterface::SockCtrl Struct Reference

UbloxATCellularInterface::SockCtrl Struct Reference

Management structure for sockets. More...

#include <UbloxATCellularInterface.h>

Data Fields

int modem_handle
 The modem's handle for the socket.
volatile nsapi_size_t pending
 The number of received bytes pending.
void(* callback )(void *)
 A callback for events.
void * data
 A data pointer that must be passed to the callback.

Detailed Description

Management structure for sockets.

Definition at line 289 of file UbloxATCellularInterface.h.


Field Documentation

void(* callback)(void *)

A callback for events.

Definition at line 292 of file UbloxATCellularInterface.h.

void* data

A data pointer that must be passed to the callback.

Definition at line 293 of file UbloxATCellularInterface.h.

The modem's handle for the socket.

Definition at line 290 of file UbloxATCellularInterface.h.

volatile nsapi_size_t pending

The number of received bytes pending.

Definition at line 291 of file UbloxATCellularInterface.h.