次の方法で共有


OALKitlMACtoString (Compact 2013)

10/16/2014

This function converts the MAC address to a string. Because it uses the internal static buffer, this is not a reentrant function.

Syntax

LPWSTR OALKitlMACtoString(
  UINT16 mac[]
);

Parameters

  • mac
    [in] Specifies the MAC address used for KITL Ethernet communication.

Return Value

String representing the MAC address.

Requirements

Header

oal_kitl.h

Library

Developer Implemented

See Also

Reference

KITL Functions for Ethernet Drivers
KITL Functions for Production-Quality OAL