Ejemplo n.º 1
0
 public static int config_board(string config, byte[] str, int[] len, int board_id, string input_json)
 {
     if (System.Environment.Is64BitProcess)
     {
         return(BoardControllerLibrary64.config_board(config, str, len, board_id, input_json));
     }
     else
     {
         return(BoardControllerLibrary32.config_board(config, str, len, board_id, input_json));
     }
 }