18#ifndef CELLULAR_INFORMATION_H_
19#define CELLULAR_INFORMATION_H_
22#include "netsocket/nsapi_types.h"
24const int MAX_IMSI_LENGTH = 15;
25const int MAX_ICCID_LENGTH = 20 + 1;
79 enum SerialNumberType {
signed int nsapi_size_or_error_t
Type used to represent either a size or error passed through sockets.
signed int nsapi_error_t
Type used to represent error codes.