Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DMionUDP.cs95 public static string GetPrettyMAC(byte[] mac_address, int starting_index_in_buffer) in GetPrettyMAC() argument
99 mac_address[starting_index_in_buffer+0], in GetPrettyMAC()
100 mac_address[starting_index_in_buffer+1], in GetPrettyMAC()
101 mac_address[starting_index_in_buffer+2], in GetPrettyMAC()
102 mac_address[starting_index_in_buffer+3], in GetPrettyMAC()
103 mac_address[starting_index_in_buffer+4], in GetPrettyMAC()
104 mac_address[starting_index_in_buffer+5]); in GetPrettyMAC()