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_oid_descriptor_t Struct Reference

mbedtls_oid_descriptor_t Struct Reference

Base OID descriptor structure. More...

#include <oid.h>

Data Fields

const char * asn1
size_t asn1_len
const char * name
const char * description

Detailed Description

Base OID descriptor structure.

Definition at line 382 of file oid.h.


Field Documentation

const char* asn1

OID ASN.1 representation

Definition at line 383 of file oid.h.

size_t asn1_len

length of asn1

Definition at line 384 of file oid.h.

const char* description

human friendly description

Definition at line 386 of file oid.h.

const char* name

official name (e.g. from RFC)

Definition at line 385 of file oid.h.