The WDCInterface is is a drop-in replacement for an EthernetInterface class that allows the user to connect to the Internet with a Wistron NeWeb Corporation (WNC) M14A2A Series data module using the standard network Socket API's. This interface class is used in the AT&T Cellular IoT Starter Kit which is sold by Avnet (http://cloudconnectkits.org/product/att-cellular-iot-starter-kit).

Dependencies:   WncControllerK64F

Dependents:   WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more

Embed: (wiki syntax)

« Back to documentation index

mbedtls_mpi Struct Reference

mbedtls_mpi Struct Reference

MPI structure. More...

#include <bignum.h>

Data Fields

int s
size_t n
mbedtls_mpi_uint * p

Detailed Description

MPI structure.

Definition at line 144 of file bignum.h.


Field Documentation

size_t n

total # of limbs

Definition at line 147 of file bignum.h.

mbedtls_mpi_uint* p

pointer to limbs

Definition at line 148 of file bignum.h.

int s

integer sign

Definition at line 146 of file bignum.h.