Home
last modified time | relevance | path

Searched refs:GetPrettyMAC (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/cafex/
DMionUDP.cs90 public static string GetPrettyMAC(byte[] mac_address) in GetPrettyMAC() method in Nintendo.SDSG.NetworkInterfaceExplorer
92 return GetPrettyMAC(mac_address, 0); in GetPrettyMAC()
95 public static string GetPrettyMAC(byte[] mac_address, int starting_index_in_buffer) in GetPrettyMAC() method in Nintendo.SDSG.NetworkInterfaceExplorer
158 MACAddress = NetworkInterfaceExplorer.GetPrettyMAC(broadcast_reciept, k_mac_addr_idx); in MionIdentifier()