Function Prototypes:ttDevGetPhysAddrFunc

Jump to: navigation, search

Table of Contents >> Programmer's Reference >> tfAddInterface


int ttDevGetPhysAddrFunc (
ttUserInterface interfaceHandle,
char TM_FAR * physicalAddress
);


Function Description

This device driver function is called by the stack to retrieve the interface's physical address.


Parameters

  • interfaceHandle
    A pointer to the interface.
  • physicalAddress
    A pointer to the buffer in which to store the physical address. The address is stored in network byte order.


Returns

  • int
    One of the two following values:
    TM_DEV_OKAY: Success
    TM_DEV_ERROR: Error.


Table of Contents >> Programmer's Reference >> tfAddInterface