Source that reads the MAC details from server. More...
#include "AppGlobal.h"
#include "../Header/API_Header/AppDataInterface.h"
Functions | |
int | mac_address_details () |
function that access the MAC details | |
void | print_mac_address_details () |
void | get_mac_address_string (int port, char *mac_str, size_t size) |
int | get_pin_details () |
Variables | |
mbn_mac_struct | mbn_mac_details |
uint32_t | g_pin_val = 0 |
uint8_t | g_pin_buffer [4] |
Source that reads the MAC details from server.
void get_mac_address_string | ( | int | port, |
char * | mac_str, | ||
size_t | size ) |
int get_pin_details | ( | ) |
int mac_address_details | ( | ) |
function that access the MAC details
none |
void print_mac_address_details | ( | ) |
uint8_t g_pin_buffer[4] |
uint32_t g_pin_val = 0 |
mbn_mac_struct mbn_mac_details |