mac_interface_st Struct Reference

#include <mac.h>


Detailed Description

Structure describing the CC1000 MAC-Interface.


Data Fields

u_short(* get_address )(void)
u_short(* get_mtu )(void)
int(* receive )(ccc_packet_t *pkt, u_short mac_data_length, u_long ms)
int(* send )(ccc_packet_t *pkt)


Field Documentation

u_short(* mac_interface_st::get_address)(void)

Returns the configured mac address.

Returns:
configured mac address.

u_short(* mac_interface_st::get_mtu)(void)

Returns the maximal payload size of a MAC packet.

Returns:
maximal payload size of a MAC packet.

int(* mac_interface_st::receive)(ccc_packet_t *pkt, u_short mac_data_length, u_long ms)

Receives a MAC packet.

Parameters:
okt [out] ccc_packet
mac_data_length [in] maximal size of the payload
ms [in] maximal duration (in ms) to wait for a packet
Returns:
0 on success, -1 on timeout.

int(* mac_interface_st::send)(ccc_packet_t *pkt)

Sends a MAC packet.

Parameters:
pkt [in] ccc_packet
Returns:
0 on success, -1 otherwise.


Generated on Wed Apr 29 11:12:32 2009 for BTnut System Software by doxygen 1.5.1
!!! Dieses Dokument stammt aus dem ETH Web-Archiv und wird nicht mehr gepflegt !!!
!!! This document is stored in the ETH Web archive and is no longer maintained !!!