Ejemplo n.º 1
0
 /// <summary>
 /// Get the name of the adapter
 /// </summary>
 /// <param name="name">A string representation of the adapter name</param>
 /// <returns>MLResultCode.Ok on success, or failure</returns>
 public static MLResult GetAdapterName(out string name)
 {
     return(NativeBindings.GetAdapterName(out name));
 }