Arrow3-MBN-APP
 
Loading...
Searching...
No Matches
mac_address.c File Reference

Source that reads the MAC details from server. More...

#include "AppGlobal.h"
#include "../Header/API_Header/AppDataInterface.h"
Include dependency graph for mac_address.c:

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]
 

Detailed Description

Source that reads the MAC details from server.

Function Documentation

◆ get_mac_address_string()

void get_mac_address_string ( int port,
char * mac_str,
size_t size )
Here is the caller graph for this function:

◆ get_pin_details()

int get_pin_details ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mac_address_details()

int mac_address_details ( )

function that access the MAC details

Parameters
none
Here is the call graph for this function:
Here is the caller graph for this function:

◆ print_mac_address_details()

void print_mac_address_details ( )

Variable Documentation

◆ g_pin_buffer

uint8_t g_pin_buffer[4]

◆ g_pin_val

uint32_t g_pin_val = 0

◆ mbn_mac_details

mbn_mac_struct mbn_mac_details